mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:01:23 +00:00
exo: add x11 to REQUIRED_DISTRO_FEATURES
exo depends on virtual/libx11 and gtk+ so it requires x11 distro feature, but not for native package. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
db0e4783e2
commit
004dab1b3d
@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||||||
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
|
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
|
||||||
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
|
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
|
||||||
|
|
||||||
inherit xfce pythonnative perlnative gtk-doc
|
inherit xfce pythonnative perlnative gtk-doc distro_features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
REQUIRED_DISTRO_FEATURES_class-native = ""
|
||||||
|
|
||||||
# SRC_URI must follow inherited one
|
# SRC_URI must follow inherited one
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user