From ec4e0e8fce58f14d77a92d96e4526ed8dea4d4e2 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sun, 9 Jul 2023 16:50:47 +0200 Subject: [PATCH] clean up --- libsdl2.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 libsdl2.patch diff --git a/libsdl2.patch b/libsdl2.patch deleted file mode 100644 index f93f418..0000000 --- a/libsdl2.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/conf/layer.conf b/conf/layer.conf -index 2fa87d9..eb141fb 100644 ---- a/conf/layer.conf -+++ b/conf/layer.conf -@@ -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}/" -diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend -index 937abb6..8e22324 100644 ---- a/recipes-graphics/libsdl2/libsdl2_%.bbappend -+++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend -@@ -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" -\ No newline at end of file -+ -+PACKAGECONFIG = " kmsdrm opengl gles2 " -+# PACKAGECONFIG:remove = "x11 wayland" -\ No newline at end of file