diff options
Diffstat (limited to 'packages/glib-2.0/glib-2.0.inc')
-rw-r--r-- | packages/glib-2.0/glib-2.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/glib-2.0/glib-2.0.inc b/packages/glib-2.0/glib-2.0.inc index c8bde21cf2..ccbbd2b35a 100644 --- a/packages/glib-2.0/glib-2.0.inc +++ b/packages/glib-2.0/glib-2.0.inc @@ -1,5 +1,6 @@ python () { + import bb if bb.data.getVar("USE_NLS", d, 1) == "no": raise bb.parse.SkipPackage("${PN} requires native language support.") } |