summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-06-01 07:47:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 14:41:50 +0100
commit649ae001fdc99e86114830e6cfa8ecef20217714 (patch)
tree02ebf7834ed8305f1aef3931741d89b84bec9db1 /meta/recipes-graphics/libsdl2
parent2a97429c16609f4075e96920b74580556de87ec5 (diff)
downloadpoky-649ae001fdc99e86114830e6cfa8ecef20217714.tar.gz
Revert "libsdl2: disable SDL's own ccache"
The reverted patch's purpose is to avoid libsdl2-native from detecting ccache from host. Now that we have made cmake.bbclass to not search the host paths, the original patch is no longer needed. This reverts commit 01472f512f45bdd319611871a21172216c74e29a. (From OE-Core rev: b614147df47138d95da17800e39af923e15671ad) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
index f8319a8f29..3274475da1 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
@@ -47,7 +47,6 @@ EXTRA_OECMAKE = "-DSDL_OSS=OFF -DSDL_ESD=OFF -DSDL_ARTS=OFF \
47 -DSDL_X11_XRANDR=OFF \ 47 -DSDL_X11_XRANDR=OFF \
48 -DSDL_X11_XSCRNSAVER=OFF \ 48 -DSDL_X11_XSCRNSAVER=OFF \
49 -DSDL_X11_XSHAPE=OFF \ 49 -DSDL_X11_XSHAPE=OFF \
50 -DSDL_CCACHE=OFF \
51" 50"
52 51
53# opengl packageconfig factored out to make it easy for distros 52# opengl packageconfig factored out to make it easy for distros