From 91585a3048623df25f9413eddbac7c885384009a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 20 Oct 2016 22:30:23 +0200 Subject: lxshortcut: add gtk2, gtk3 packageconfig and select gtk3 by default Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb b/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb index bb7ef60..67b79cd 100644 --- a/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb +++ b/recipes-lxde/lxshortcut/lxshortcut_0.1.2.bb @@ -5,10 +5,14 @@ SECTION = "x11" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS = "virtual/libintl intltool-native glib-2.0 gtk+" +DEPENDS = "virtual/libintl intltool-native glib-2.0" SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz" SRC_URI[md5sum] = "72f0dfafa8098be853beae6e33b5e13b" SRC_URI[sha256sum] = "8097f2522657374162a4e5e3c58898fe0c367e307b0ff4c50848b6b0323409fe" +PACKAGECONFIG ?= "gtk3" +PACKAGECONFIG[gtk2] = ",,gtk+" +PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3" + inherit autotools gettext pkgconfig -- cgit v1.2.3