From: Vadim Zeitlin Date: Sat, 23 Oct 2010 14:09:34 +0000 (+0000) Subject: Force the use of GNOME printing support and wxMediaCtrl in wxGTK RPMs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a2d2cb04eeffc79006644cbc8ae8fad40e0ce1bb?ds=inline Force the use of GNOME printing support and wxMediaCtrl in wxGTK RPMs. Explicitly enable the use of GNOME printing and media control to ensure that RPMs are always created with these features enabled. See #12567. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxGTK.spec b/wxGTK.spec index 971fb1e74a..72dfec7157 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -151,7 +151,9 @@ cd obj-shared %else --disable-unicode \ %endif - --with-opengl + --with-opengl \ + --with-gnomeprint \ + --enable-mediactrl $MAKE cd .. @@ -170,7 +172,9 @@ cd obj-static %else --disable-unicode \ %endif - --with-opengl + --with-opengl \ + --with-gnomeprint \ + --enable-mediactrl $MAKE cd ..