wxWidgets: ensure that we build with mediactrl enabled

All other configure args that differ between wxGTK and wxWidgets are
either defaults, deprecated or not wanted anymore (monolithic)
This commit is contained in:
Dominik Honnef 2014-08-26 21:05:23 +02:00
parent 863a0d721a
commit 312c365e52

View File

@ -1,9 +1,9 @@
# Template file for 'wxWidgets'
pkgname="wxWidgets"
version=3.0.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-unicode --with-opengl --with-sdl --with-libmspack --with-libnotify"
configure_args="--enable-unicode --with-opengl --with-sdl --with-libmspack --with-libnotify --enable-mediactrl"
short_desc="The wxWidgets GUI toolkit library (version 3)"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="wxWindows Library Licence"