Remove DISTRO_FEATURES optionals
These are remnants from meta-misc now we are the distro and set DISTRO_FEATURES Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PACKAGECONFIG ?= " \
|
||||
sndfile \
|
||||
jack \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
|
||||
pulseaudio \
|
||||
portaudio \
|
||||
"
|
||||
|
||||
@@ -21,6 +21,5 @@ RDEPENDS_${PN} = " \
|
||||
bash-completion \
|
||||
dconf-editor \
|
||||
\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'glmark2 mesa-demos', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'eglinfo-x11', '', d)} \
|
||||
glmark2 mesa-demos eglinfo-x11 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user