SPECS: gnash.spec - fixed build without kde

qboosh qboosh at pld-linux.org
Mon Nov 5 17:36:07 CET 2007


Author: qboosh                       Date: Mon Nov  5 16:36:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build without kde

---- Files affected:
SPECS:
   gnash.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/gnash.spec
diff -u SPECS/gnash.spec:1.19 SPECS/gnash.spec:1.20
--- SPECS/gnash.spec:1.19	Sun Sep 23 12:11:34 2007
+++ SPECS/gnash.spec	Mon Nov  5 17:36:01 2007
@@ -123,10 +123,12 @@
 %configure \
 	--disable-static \
 	--enable-ghelp \
+	--enable-gui=gtk%{?with_kde:,kde} \
 %if %{with kde}
-	--enable-klash \
 	--with-qt-incl="%{_includedir}/qt" \
 	--with-qt-lib="%{_libdir}" \
+%else
+	--disable-kparts \
 %endif
 	--enable-media=gst \
 	--enable-pthreads \
@@ -196,6 +198,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2007/11/05 16:36:01  qboosh
+- fixed build without kde
+
 Revision 1.19  2007/09/23 10:11:34  arekm
 - specifiy qt includes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnash.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list