summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb
index d917a32472..35ef692617 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
26inherit features_check 26inherit features_check
27REQUIRED_DISTRO_FEATURES = "systemd" 27REQUIRED_DISTRO_FEATURES = "systemd"
28 28
29inherit gettext autotools python3native pkgconfig 29inherit gettext autotools python3native python3targetconfig pkgconfig
30 30
31PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','x11','gtk','',d)}" 31PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','x11','gtk','',d)}"
32PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3," 32PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3,"