summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 843b6bd29b..878dd107de 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -40,8 +40,7 @@ PACKAGECONFIG ??= "libmount \
40 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 40 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
41PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux" 41PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux"
42PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native" 42PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native"
43# libelf is auto-detected without a configuration option 43PACKAGECONFIG[libelf] = "-Dlibelf=enabled,-Dlibelf=disabled,elfutils"
44PACKAGECONFIG[libelf] = ",,elfutils"
45PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false," 44PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false,"
46PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" 45PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux"
47 46