Skip to content

Commit

Permalink
libsdl2: upgrade to 2.0.14
Browse files Browse the repository at this point in the history
This version does not support tslib any more, as can be seen by the
failed AUH run.

Originally-by: Romain Roffé <[email protected]>
Signed-off-by: Yann Dirson <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
Yann Dirson authored and rpurdie committed Feb 5, 2021
1 parent e39d388 commit 5b54e97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ PROVIDES = "virtual/libsdl2"

SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
file://more-gen-depends.patch \
file://directfb-spurious-curly-brace-missing-e.patch \
file://directfb-renderfillrect-fix.patch \
"

S = "${WORKDIR}/SDL2-${PV}"

SRC_URI[md5sum] = "783b6f2df8ff02b19bb5ce492b99c8ff"
SRC_URI[sha256sum] = "349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863"
SRC_URI[sha256sum] = "d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc"

inherit autotools lib_package binconfig-disabled pkgconfig

Expand Down Expand Up @@ -64,7 +61,6 @@ PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
PACKAGECONFIG[kmsdrm] = "--enable-video-kmsdrm,--disable-video-kmsdrm,libdrm virtual/libgbm"
PACKAGECONFIG[opengl] = "--enable-video-opengl,--disable-video-opengl,virtual/libgl"
PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio"
PACKAGECONFIG[tslib] = "--enable-input-tslib,--disable-input-tslib,tslib"
PACKAGECONFIG[wayland] = "--enable-video-wayland,--disable-video-wayland,wayland-native wayland wayland-protocols libxkbcommon"
PACKAGECONFIG[x11] = "--enable-video-x11,--disable-video-x11,virtual/libx11 libxext libxrandr libxrender"

Expand Down

0 comments on commit 5b54e97

Please sign in to comment.