summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-09 08:18:37 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 12:43:48 -0700
commite32313fab9474ea4fdb4c3c5e3fba9b13f9a80ea (patch)
tree54e6aa72a800d91048f12b19a663121821abf74d /meta-oe
parentef3aae15b048d75e103a248223d6bd56a7db2822 (diff)
downloadmeta-openembedded-e32313fab9474ea4fdb4c3c5e3fba9b13f9a80ea.tar.gz
libreport: add PACKCONFIG for gtk
needed when no X11 in DISTRO_FEATURES [V2] fix typo in PACKAGECONFIG Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.9.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
index 525437bdb..f2c661c8f 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://abrt.readthedocs.org/"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \ 6DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \
7 json-c libtar libnewt libproxy rpm \ 7 json-c libtar libnewt libproxy rpm \
8 augeas satyr systemd gtk+3 \ 8 augeas satyr systemd \
9" 9"
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
@@ -26,6 +26,9 @@ REQUIRED_DISTRO_FEATURES = "systemd"
26 26
27inherit gettext autotools python3native pkgconfig 27inherit gettext autotools python3native pkgconfig
28 28
29PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','x11','gtk','',d)}"
30PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3,"
31
29RDEPENDS_python3-libreport += "${PN}" 32RDEPENDS_python3-libreport += "${PN}"
30 33
31do_patch[prefuncs] += "do_gen_version" 34do_patch[prefuncs] += "do_gen_version"