Move mesa-deomos to packagegroup-gui-tiny - where glmark2 lives too

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-31 01:09:13 +01:00
parent ec8896149e
commit ba76fc80f0
2 changed files with 1 additions and 3 deletions

View File

@@ -21,8 +21,6 @@ IMAGE_INSTALL += " \
lumina \
\
weston weston-xwayland \
\
mesa-demos \
"
# reenable graphical target

View File

@@ -21,6 +21,6 @@ RDEPENDS_${PN} = " \
bash-completion \
dconf-editor \
\
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'glmark2', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'glmark2 mesa-demos', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'eglinfo-x11', '', d)} \
"