]> git.saurik.com Git - wxWidgets.git/commitdiff
Force the use of GNOME printing support and wxMediaCtrl in wxGTK RPMs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 14:09:34 +0000 (14:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 14:09:34 +0000 (14:09 +0000)
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

index 971fb1e74ad3ea59cac6d48860de77989d583541..72dfec71574c9f313dcd84cedcd8015e44551e7a 100644 (file)
@@ -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 ..