From cdc739dc90b8c533cef1a60deca709044cd837c2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 17 Feb 2020 10:45:07 +0100 Subject: 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 (cherry picked from commit c8d84165284d95c0775584537ab2a2e9490723ea) --- recipes-lxde/gpicview/gpicview_0.2.5.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes-lxde/gpicview/gpicview_0.2.5.bb') 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" -- cgit v1.2.3