mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
icon-slicer: add x11 to REQUIRED_DISTRO_FEATURES
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -238,7 +238,7 @@ RDEPENDS:packagegroup-meta-oe-devtools = "\
|
|||||||
grpc \
|
grpc \
|
||||||
guider \
|
guider \
|
||||||
heaptrack \
|
heaptrack \
|
||||||
icon-slicer \
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "icon-slicer", "", d)} \
|
||||||
ipc-run \
|
ipc-run \
|
||||||
iptraf-ng \
|
iptraf-ng \
|
||||||
jemalloc \
|
jemalloc \
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
|
|||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "05f0216dd0c25a17859de66357f64da5033375b6fbf5f31ca54867311160b64d"
|
SRC_URI[sha256sum] = "05f0216dd0c25a17859de66357f64da5033375b6fbf5f31ca54867311160b64d"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig features_check
|
||||||
|
# because of xcursorgen dependency
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user