mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:13:00 +00:00
florence: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a3fc0c069d
commit
13a0b2659a
@ -12,7 +12,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2"
|
|||||||
SRC_URI[md5sum] = "8775051d7352f75dec5a86dc9964e8e0"
|
SRC_URI[md5sum] = "8775051d7352f75dec5a86dc9964e8e0"
|
||||||
SRC_URI[sha256sum] = "422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e"
|
SRC_URI[sha256sum] = "422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e"
|
||||||
|
|
||||||
inherit gettext autotools gconf pkgconfig
|
inherit distro_features_check gettext autotools gconf pkgconfig
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord"
|
EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user