summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 7ebed0e5fd..fb84db83c2 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -30,6 +30,8 @@ LEAD_SONAME = "libglib-2.0.*"
30 30
31inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages features_check 31inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages features_check
32 32
33DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
34
33GTKDOC_MESON_OPTION = "gtk_doc" 35GTKDOC_MESON_OPTION = "gtk_doc"
34 36
35# This avoids the need to depend on target python3, which in case of mingw is not even possible. 37# This avoids the need to depend on target python3, which in case of mingw is not even possible.
@@ -42,7 +44,7 @@ PACKAGECONFIG ??= "system-pcre libmount \
42 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 44 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
43# To use the system pcre it must be configured with --enable-unicode-properties 45# To use the system pcre it must be configured with --enable-unicode-properties
44PACKAGECONFIG[system-pcre] = "-Dinternal_pcre=false,-Dinternal_pcre=true,libpcre" 46PACKAGECONFIG[system-pcre] = "-Dinternal_pcre=false,-Dinternal_pcre=true,libpcre"
45PACKAGECONFIG[libmount] = "-Dlibmount=true,-Dlibmount=false,util-linux" 47PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux"
46PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native" 48PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native"
47# libelf is auto-detected without a configuration option 49# libelf is auto-detected without a configuration option
48PACKAGECONFIG[libelf] = ",,elfutils" 50PACKAGECONFIG[libelf] = ",,elfutils"
@@ -168,6 +170,8 @@ RDEPENDS_${PN}-ptest += "\
168 ${PN}-locale-th \ 170 ${PN}-locale-th \
169 python3-core \ 171 python3-core \
170 python3-modules \ 172 python3-modules \
173 python3-dbusmock \
174 ${PN}-codegen \
171 " 175 "
172 176
173RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 177RDEPENDS_${PN}-ptest_append_libc-glibc = "\