summaryrefslogtreecommitdiffstats
path: root/meta/packages/glib-2.0/glib-2.0_2.12.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/glib-2.0/glib-2.0_2.12.0.bb')
-rw-r--r--meta/packages/glib-2.0/glib-2.0_2.12.0.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0_2.12.0.bb b/meta/packages/glib-2.0/glib-2.0_2.12.0.bb
index 31d7347a06..ff2ff98a86 100644
--- a/meta/packages/glib-2.0/glib-2.0_2.12.0.bb
+++ b/meta/packages/glib-2.0/glib-2.0_2.12.0.bb
@@ -23,10 +23,7 @@ S = "${WORKDIR}/glib-${PV}"
23 23
24inherit autotools pkgconfig gettext 24inherit autotools pkgconfig gettext
25 25
26python () { 26require glib-2.0.inc
27 if bb.data.getVar("USE_NLS", d, 1) == "no":
28 raise bb.parse.SkipPackage("${PN} requires native language support.")
29}
30 27
31acpaths = "" 28acpaths = ""
32do_configure_prepend () { 29do_configure_prepend () {