diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:56:15 +0000 |
commit | 346dd8c7c9f72231462f56ffe989549a4331f4b5 (patch) | |
tree | 1c2d80dac15672dbd6203f080de448461d17f48a /meta/recipes-graphics | |
parent | 3254c90153d7bf2c424532c7e9f307991f8dbed1 (diff) | |
download | poky-346dd8c7c9f72231462f56ffe989549a4331f4b5.tar.gz |
libsdl2: update 2.0.16 -> 2.0.18
sdl-dlopen option is no longer supported.
(From OE-Core rev: 202c138a9b6905440deb2f86a3b650ae79da1bcd)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb index bd7dea275e..5e645b443c 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ | |||
22 | 22 | ||
23 | S = "${WORKDIR}/SDL2-${PV}" | 23 | S = "${WORKDIR}/SDL2-${PV}" |
24 | 24 | ||
25 | SRC_URI[sha256sum] = "65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b" | 25 | SRC_URI[sha256sum] = "94d40cd73dbfa10bb6eadfbc28f355992bb2d6ef6761ad9d4074eff95ee5711c" |
26 | 26 | ||
27 | inherit autotools lib_package binconfig-disabled pkgconfig | 27 | inherit autotools lib_package binconfig-disabled pkgconfig |
28 | 28 | ||
@@ -35,7 +35,6 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ | |||
35 | --disable-video-dummy \ | 35 | --disable-video-dummy \ |
36 | --disable-video-rpi \ | 36 | --disable-video-rpi \ |
37 | --enable-pthreads \ | 37 | --enable-pthreads \ |
38 | --enable-sdl-dlopen \ | ||
39 | --disable-rpath \ | 38 | --disable-rpath \ |
40 | --disable-sndio \ | 39 | --disable-sndio \ |
41 | --disable-fcitx --disable-ibus \ | 40 | --disable-fcitx --disable-ibus \ |