summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-02 15:01:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-02 15:47:31 +0100
commit2156a6757bfb8f26521b7bb10dd3d0b8acdffd3e (patch)
treebb50a153ec8b6a9f2c277d5a94110a26c4a9d700
parent38f02fffdf02e3c7cc73fea5316824068e4fd1ef (diff)
obconf: update to latest git
This dropes the no longer available dependency on libglade and moves to gtk3+ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-lxde/obconf/obconf_2.0.4+git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-lxde/obconf/obconf_2.0.4+git.bb b/recipes-lxde/obconf/obconf_2.0.4+git.bb
index c23d7d8..5ce7d3d 100644
--- a/recipes-lxde/obconf/obconf_2.0.4+git.bb
+++ b/recipes-lxde/obconf/obconf_2.0.4+git.bb
@@ -2,12 +2,12 @@ SUMMARY = "Tool for configuring the Openbox window manager"
HOMEPAGE = "http://openbox.org/wiki/ObConf:About"
SECTION = "x11"
-SRCREV = "fa924b595e37f1b13ba4c2e64c367b92bbd3c771"
+SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ glib-2.0 libglade startup-notification openbox"
+DEPENDS = "gtk+3 glib-2.0 startup-notification openbox"
MIRRORS_prepend () {
git://git.openbox.org/dana/obconf git://github.com/danakj/obconf.git
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/mime ${datadir}/mimelnk"
-inherit autotools-brokensep pkgconfig gettext mime
+inherit autotools-brokensep pkgconfig gettext mime mime-xdg
do_configure_prepend () {
autopoint --force || bbfatal "autopoint failed"