wxqt: disable sdl

This commit is contained in:
Sergei Reznikov
2019-12-05 10:34:14 +03:00
parent 17e7ebd85d
commit 1adfd3b76d

View File

@@ -7,9 +7,9 @@ applications a truly native look and feel because it uses the platform's \
native API rather than emulating the GUI. It's also extensive, free, \
open-source and mature."
HOMEPAGE="https://www.wxwidgets.org/"
COPYRIGHT="1998-2018 Julian Smart, Robert Roebling et al"
COPYRIGHT="1998-2019 Julian Smart, Robert Roebling et al"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/wxWidgets/wxWidgets/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="a5cb5ea326d76b5e472e9400933cef17c900d5c9b549e40eef00b64fe86d7cb0"
SOURCE_DIR="wxWidgets-$portVersion"
@@ -54,7 +54,7 @@ REQUIRES="
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
lib:libSDL$secondaryArchSuffix
# lib:libSDL$secondaryArchSuffix
lib:libtiff$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -110,7 +110,7 @@ BUILD_REQUIRES="
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5Widgets$secondaryArchSuffix
devel:libSDL$secondaryArchSuffix
# devel:libSDL$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
@@ -157,11 +157,12 @@ BUILD()
runConfigure ./configure \
--with-qt \
--with-sdl \
--enable-shared \
--enable-printfposparam \
--enable-unicode \
--enable-sound
--enable-sound \
# --with-sdl \
# causes libwx_qtu_core-3.1.so.3.0.0: Could not resolve symbol '_ZN11wxSoundData6IncRefEv'
make $jobArgs
}