[mingw-webkitgtk] Remove build options that configure no longer recognizes

Kalev Lember kalev at fedoraproject.org
Wed Mar 28 19:08:07 UTC 2012


commit 58db5cc652aa685d6fd13dba58de27a194707846
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 28 22:03:13 2012 +0300

    Remove build options that configure no longer recognizes

 mingw-webkitgtk.spec |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/mingw-webkitgtk.spec b/mingw-webkitgtk.spec
index c1dbdee..60f555e 100644
--- a/mingw-webkitgtk.spec
+++ b/mingw-webkitgtk.spec
@@ -13,9 +13,6 @@
 #define	svn_revision	41071
 
 ## Optional build modifications...
-## --with 3dtransforms: Enables support for 3-D transforms.
-##	(Default: No)
-##
 ## --with coverage: Enables compile-time checking of code coverage.
 ##	(Default: No)
 ##
@@ -26,19 +23,10 @@
 ## --with jit: Enable JIT ("just-in-time") JavaScript compiling support.
 ##	Only supported on ix86 at this time, according to upstream.
 ##	(Default: No)
-##	
-## --with svg: Experimental SVG support (filters)
-##	(Default: No) 
-##
-## --with wml: Build support for WML
-##	(Default: No)
 
-%bcond_with	3dtransforms
 %bcond_with	coverage
 %bcond_with	debug
 %bcond_with	jit
-%bcond_with	svg
-%bcond_with	wml
 
 Name:		mingw-webkitgtk
 Version:	1.7.92
@@ -178,12 +166,9 @@ autoreconf --verbose --install -I Source/autotools
 			--enable-static --enable-shared		\
 			--disable-spellcheck			\
 			--disable-geolocation			\
-%{?with_3dtransforms:	--enable-3D-transforms		}	\
 %{?with_coverage:	--enable-coverage		}	\
 %{?with_debug:		--enable-debug			}	\
-%{?with_jit:		--enable-jit			}	\
-%{?with_svg:		--enable-svg-filters		}	\
-%{?with_wml:		--enable-wml			}
+%{?with_jit:		--enable-jit			}
 
 %mingw_make %{?_smp_mflags} V=99
 
@@ -275,6 +260,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 - Disabled geolocation, no mingw-geoclue package yet
 - Removed glib-compile-schemas scriplets; the gsettings support was removed in
   webkitgtk 1.8 branch
+- Removed build options that configure no longer recognizes
 
 * Sun Mar 18 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.7.5-7
 - Added win64 support (contributed by Mikkel Kruse Johnsen)


More information about the scm-commits mailing list