From a2d2cb04eeffc79006644cbc8ae8fad40e0ce1bb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 23 Oct 2010 14:09:34 +0000 Subject: [PATCH] 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 --- wxGTK.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 .. -- 2.47.2