summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-10-20 22:30:23 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:39:45 +0100
commit91585a3048623df25f9413eddbac7c885384009a (patch)
tree43da3859af5a03a2c64b57759e5ffc5323278fd7
parent04ae2ac63dc05c15ff88bf3aac01ff0aa3b7ab03 (diff)
lxshortcut: 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/lxshortcut/lxshortcut_0.1.2.bb6
1 files changed, 5 insertions, 1 deletions
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