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
This commit is contained in:
Vadim Zeitlin 2010-10-23 14:09:34 +00:00
parent bae3556dbf
commit a2d2cb04ee

View 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 ..