1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-06 00:59:47 +02:00

correct libsdl2 feature

This commit is contained in:
DanyLE 2023-07-09 15:23:19 +02:00
parent 2c1ec2ce97
commit f4b896b3aa
2 changed files with 5 additions and 7 deletions

View File

@ -2,8 +2,8 @@
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILES += " ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend "
BBFILE_COLLECTIONS += "meta-rpi-diya"
BBFILE_PATTERN_meta-rpi-diya = "^${LAYERDIR}/"

View File

@ -1,6 +1,4 @@
DEPENS += " mesa libdrm virtual/libgbm virtual/libgles2 "
# alsa
EXTRA_OECONF:append=" --disable-video-x11 \
--disable-video-wayland \
--enable-video-kmsdrm \
--enable-video-opengles"
PACKAGECONFIG = " kmsdrm opengl gles2 "
# PACKAGECONFIG:remove = "x11 wayland"