mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 07:50:47 +00:00
gtkmathview: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
28b7921d5e
commit
d8cb82eea6
@ -17,7 +17,9 @@ SRC_URI = "git://github.com/GNOME/gtkmathview.git \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit distro_features_check autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
do_configure_append() {
|
||||
# avoid host polution inf pkg-config files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user