mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
libxfce4ui: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0f348ea9ba
commit
7676240b63
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
|
||||||
DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
|
DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
|
||||||
|
|
||||||
inherit autotools gettext xfce
|
inherit autotools gettext xfce xfce-git
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://git.xfce.org/xfce/libxfce4ui;protocol=git \
|
git://git.xfce.org/xfce/libxfce4ui;protocol=git \
|
||||||
@@ -21,15 +21,9 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3"
|
PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3"
|
||||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||||
|
|
||||||
do_src_prepare() {
|
|
||||||
NOCONFIGURE=yes ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
|
FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
|
||||||
FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \
|
FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \
|
||||||
${datadir}/glade3/catalogs/*.in"
|
${datadir}/glade3/catalogs/*.in"
|
||||||
PACKAGES += "${PN}-glade"
|
PACKAGES += "${PN}-glade"
|
||||||
FILES_${PN}-glade = "${libdir}/glade3 \
|
FILES_${PN}-glade = "${libdir}/glade3 \
|
||||||
${datadir}/glade3"
|
${datadir}/glade3"
|
||||||
|
|
||||||
addtask do_src_prepare before do_configure after do_patch
|
|
||||||
|
|||||||
Reference in New Issue
Block a user