wxgtk: enable SDL (#7366)

This commit is contained in:
davidkaroly
2022-11-06 08:18:21 +01:00
committed by GitHub
parent 88613923b2
commit 5e75735d32

View File

@@ -9,7 +9,7 @@ open-source and mature."
HOMEPAGE="https://www.wxwidgets.org/"
COPYRIGHT="1998-2022 Julian Smart, Robert Roebling et al"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v$portVersion/wxWidgets-$portVersion.tar.bz2"
CHECKSUM_SHA256="c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66"
SOURCE_DIR="wxWidgets-$portVersion"
@@ -56,6 +56,7 @@ REQUIRES="
lib:libpango_1.0$secondaryArchSuffix
lib:libpcre2_32$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libSDL$secondaryArchSuffix
lib:libSM$secondaryArchSuffix
lib:libtiff$secondaryArchSuffix
lib:libX11$secondaryArchSuffix
@@ -117,6 +118,7 @@ BUILD_REQUIRES="
devel:liblzma$secondaryArchSuffix
devel:libpango_1.0$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libSDL$secondaryArchSuffix
devel:libSM$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
devel:libX11$secondaryArchSuffix
@@ -155,7 +157,9 @@ BUILD()
--enable-shared \
--enable-printfposparam \
--enable-unicode \
--enable-sound
--enable-sound \
--with-sdl
make $jobArgs
}