mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 02:18:42 +00:00
xfce4-taskmanager: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
parent
7676240b63
commit
7b54063152
@ -2,7 +2,7 @@ SUMMARY = "Easy to use task manager"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit xfce-app
|
||||
inherit xfce-git xfce-app
|
||||
|
||||
DEPENDS = "gtk+ cairo libwnck xfce4-dev-tools-native exo-native"
|
||||
|
||||
@ -16,7 +16,3 @@ S = "${WORKDIR}/git"
|
||||
PV = "1.0.0+git${SRCPV}"
|
||||
|
||||
EXTRA_OECONF += "--enable-maintainer-mode"
|
||||
|
||||
do_configure_prepend() {
|
||||
NOCONFIGURE=yes ./autogen.sh
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user