From 312c365e52d9729ea1057ccd7473fcfb83bfbe38 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 26 Aug 2014 21:05:23 +0200 Subject: [PATCH] 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) --- srcpkgs/wxWidgets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wxWidgets/template b/srcpkgs/wxWidgets/template index 38f3680d59b..68cd16021fe 100644 --- a/srcpkgs/wxWidgets/template +++ b/srcpkgs/wxWidgets/template @@ -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 " license="wxWindows Library Licence"