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:
Andreas Müller
2018-11-19 13:29:06 +01:00
parent 6ae7fbc42a
commit acbc476ba0
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
PACKAGECONFIG ?= " \
sndfile \
jack \
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
pulseaudio \
portaudio \
"

View File

@@ -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 \
"