summaryrefslogtreecommitdiff
path: root/recipes-lxde/gpicview/gpicview_0.2.5.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-17 10:45:07 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-08 14:55:41 +0100
commitcdc739dc90b8c533cef1a60deca709044cd837c2 (patch)
tree92a772f5e879632d44f0b9129a6a3c7c99cc51b4 /recipes-lxde/gpicview/gpicview_0.2.5.bb
parent9b5a9af3b5573cc8163c551780d462497a4c0e12 (diff)
gpicview: drop gdk-x11 dependency
Remove the only place where gdk-x11 is needed and thus make it work under gtk under wayland. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit c8d84165284d95c0775584537ab2a2e9490723ea)
Diffstat (limited to 'recipes-lxde/gpicview/gpicview_0.2.5.bb')
-rw-r--r--recipes-lxde/gpicview/gpicview_0.2.5.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-lxde/gpicview/gpicview_0.2.5.bb b/recipes-lxde/gpicview/gpicview_0.2.5.bb
index f399e21..cee82b7 100644
--- a/recipes-lxde/gpicview/gpicview_0.2.5.bb
+++ b/recipes-lxde/gpicview/gpicview_0.2.5.bb
@@ -5,10 +5,13 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "glib-2.0-native gtk+ intltool-native jpeg"
+DEPENDS = "glib-2.0-native intltool-native jpeg"
RDEPENDS_${PN} = "adwaita-icon-theme"
-SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
+SRC_URI = " \
+ ${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz \
+ file://remove-gdk-x11.patch \
+"
SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4"
SRC_URI[sha256sum] = "38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942"