From f7b1f55b02626e2abeba5f753165dcbb52bae584 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 29 Sep 2011 09:37:51 -0600 Subject: [PATCH] gtkglext is unneeded, as the OpenGL support is no longer built by default. --- packaging/redhat/gnash.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/redhat/gnash.spec b/packaging/redhat/gnash.spec index 6a3e7886a..1fa043cb7 100644 --- a/packaging/redhat/gnash.spec +++ b/packaging/redhat/gnash.spec @@ -26,11 +26,11 @@ BuildRequires: gstreamer-devel >= 0.10, gstreamer-plugins-base-devel >= 0.10 # these are for the kde4 support BuildRequires: kdelibs-devel >= 4.0, kdebase-devel >= 4.0, qt-devel >= 4.0 # these are needed for the various renderers, which now all get built -BuildRequires: libXt-devel agg-devel gtkglext-devel libstdc++ +BuildRequires: libXt-devel agg-devel libstdc++ # The default Gnash package only includes the GTK parts, the rest # is in gnash-common. -Requires: gtkglext gtk2 pygtk2 python +Requires: gtk2 pygtk2 python Requires: gnash-common # Fedora 12 packages the boost libraries as separate packages,