rev 3158 - people/dato/packages/trunk/amarok/debian

Adeodato Simó adeodato at costa.debian.org
Sun Feb 19 17:36:18 UTC 2006


Author: adeodato
Date: 2006-02-19 17:36:17 +0000 (Sun, 19 Feb 2006)
New Revision: 3158

Modified:
   people/dato/packages/trunk/amarok/debian/rules
Log:
Don't build akode-engine for now.

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2006-02-19 17:36:09 UTC (rev 3157)
+++ people/dato/packages/trunk/amarok/debian/rules	2006-02-19 17:36:17 UTC (rev 3158)
@@ -16,8 +16,10 @@
 DEB_DH_SHLIBDEPS_ARGS	   := -Xusr/lib/amarok/amarok_xmmswrapper2 \
 			      -Xusr/lib/kde3/konqsidebar_universalamarok.so
 
-DEB_CONFIGURE_EXTRA_FLAGS  := --enable-postgresql \
-			      --enable-mysql
+DEB_CONFIGURE_EXTRA_FLAGS  := \
+				--without-akode \
+				--enable-mysql \
+				--enable-postgresql
 
 # See debian/TODO
 DEB_INSTALL_DOCS_ALL = $(filter-out $(DEB_INSTALL_CHANGELOGS_ALL),$(shell for f in README NEWS TODO BUGS AUTHORS THANKS; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; fi; done))




More information about the pkg-kde-commits mailing list