diff options
-rw-r--r-- | recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb | 6 |
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 |