summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-05-29 22:45:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-31 16:53:04 +0100
commit01472f512f45bdd319611871a21172216c74e29a (patch)
tree8f20a066c99855075b5e5c8e295264896c3b463f /meta/recipes-graphics/libsdl2
parent3edaa511b2f641691abdafc30d67293fc2024ca9 (diff)
downloadpoky-01472f512f45bdd319611871a21172216c74e29a.tar.gz
libsdl2: disable SDL's own ccache
OE has its own ccache mechanism, disable libsdl2's own ccache searching/enabling mechanism. Otherwise, if ccache is installed on system, it will be used by default. (From OE-Core rev: 7c1cd24de5ec06501354ca6378887f4b1048274e) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
index 3274475da1..f8319a8f29 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
@@ -47,6 +47,7 @@ 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 \
50" 51"
51 52
52# opengl packageconfig factored out to make it easy for distros 53# opengl packageconfig factored out to make it easy for distros