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:
parent
863a0d721a
commit
312c365e52
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue