[jhbuild] [3.0] force--with-gtk=3.0 in gst-plugins-good and fix autogenargs



commit 1f586ad8016d1af92472f804da302869edf24fe1
Author: Luca Ferretti <lferrett gnome org>
Date:   Sun Feb 13 17:22:51 2011 +0100

    [3.0] force--with-gtk=3.0 in gst-plugins-good and fix autogenargs
    
    Removed a spurious "--" in autogenargs, most probably it was a typo.
    Same exists in gstreamer module, I'll fix later, after some testing of
    this change.

 modulesets/gnome-suites-core-deps-3.0.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.0.modules b/modulesets/gnome-suites-core-deps-3.0.modules
index b860068..4411d4e 100644
--- a/modulesets/gnome-suites-core-deps-3.0.modules
+++ b/modulesets/gnome-suites-core-deps-3.0.modules
@@ -431,7 +431,7 @@
     </suggests>
   </autotools>
 
-  <autotools id="gst-plugins-good" autogenargs="-- --disable-tests --disable-examples" supports-non-srcdir-builds="no">
+  <autotools id="gst-plugins-good" autogenargs="--with-gtk=3.0 --disable-tests --disable-examples" supports-non-srcdir-builds="no">
     <branch repo="gstreamer.freedesktop.org" module="gst-plugins-good"/>
     <dependencies>
       <dep package="gstreamer"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]