mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-04-06 00:26:44 +02:00
correct libsdl2 feature
This commit is contained in:
parent
2c1ec2ce97
commit
f4b896b3aa
@ -2,8 +2,8 @@
|
|||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
# We have recipes-* directories, add to BBFILES
|
# We have recipes-* directories, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
BBFILES += " ${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
${LAYERDIR}/recipes-*/*/*.bbappend "
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "meta-rpi-diya"
|
BBFILE_COLLECTIONS += "meta-rpi-diya"
|
||||||
BBFILE_PATTERN_meta-rpi-diya = "^${LAYERDIR}/"
|
BBFILE_PATTERN_meta-rpi-diya = "^${LAYERDIR}/"
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
DEPENS += " mesa libdrm virtual/libgbm virtual/libgles2 "
|
DEPENS += " mesa libdrm virtual/libgbm virtual/libgles2 "
|
||||||
# alsa
|
|
||||||
EXTRA_OECONF:append=" --disable-video-x11 \
|
PACKAGECONFIG = " kmsdrm opengl gles2 "
|
||||||
--disable-video-wayland \
|
# PACKAGECONFIG:remove = "x11 wayland"
|
||||||
--enable-video-kmsdrm \
|
|
||||||
--enable-video-opengles"
|
|
Loading…
x
Reference in New Issue
Block a user