wxqt: enable sound

This commit is contained in:
Sergei Reznikov
2018-12-26 17:29:32 +03:00
parent f8797b2268
commit e930960548

View File

@@ -9,7 +9,7 @@ open-source and mature."
HOMEPAGE="https://www.wxwidgets.org/"
COPYRIGHT="1998-2018 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="4cb8d23d70f9261debf7d6cfeca667fc0a7d2b6565adb8f1c484f9b674f1f27a"
SOURCE_DIR="wxWidgets-$portVersion"
@@ -160,7 +160,8 @@ BUILD()
--with-sdl \
--enable-shared \
--enable-printfposparam \
--enable-unicode
--enable-unicode \
--enable-sound
make $jobArgs
}