summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-10-20 22:29:13 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:39:37 +0100
commit04ae2ac63dc05c15ff88bf3aac01ff0aa3b7ab03 (patch)
tree2c26424a9c2a9baf105595ea82e7027a85e01d86
parenta2861d13f41e2eb56942ea4b532305d05f965218 (diff)
lxlauncher: add gtk2, gtk3 packageconfig and select gtk3 by default
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb b/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb
index 59f00ab..fd8e578 100644
--- a/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb
+++ b/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb
@@ -6,7 +6,7 @@ PR = "r1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "menu-cache gtk+ intltool-native startup-notification"
+DEPENDS = "menu-cache intltool-native startup-notification"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxlauncher-${PV}.tar.xz"
SRC_URI[md5sum] = "8a21590c085ad82f4f50e4affb7ad0ab"
@@ -14,5 +14,9 @@ SRC_URI[sha256sum] = "01b7408a6d6f42769e94a54028f56dc8e724c2271d6bc01712b728569c
FILES_${PN} += "${datadir}/desktop-directories/* "
+PACKAGECONFIG ?= "gtk3"
+PACKAGECONFIG[gtk2] = ",,gtk+"
+PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
+
inherit autotools-brokensep gettext pkgconfig