kdelibs fail to build with --without-arts switch.

Dirk Mueller mueller at kde.org
Mon Jul 21 18:31:09 BST 2003


On Mon, 21 Jul 2003, Waldo Bastian wrote:

> > > Recently this has started failing as it doesn't exclude building of
> > > interfaces/kmediaplayer. Does anyone have a patch to fix this.

--- Makefile.am 13 Dec 2002 15:56:34 -0000      1.32
+++ Makefile.am 21 Jul 2003 17:30:34 -0000
@@ -1,6 +1,11 @@
-SUBDIRS = ktexteditor kscript kregexpeditor kmediaplayer kio terminal
+
+if include_ARTS
+kmediaplayer_subdir = kmediaplayer
+endif
+
+SUBDIRS = ktexteditor kscript kregexpeditor $(kmediaplayer_subdir) kio 
terminal
 
 DOXYGEN_REFERENCES = kdecore kdefx kdeui kparts dcop
 DOXYGEN_EXCLUDE = kscript/sample/*
 
 include ../admin/Doxyfile.am


can anyone confirm?

> >   Unlikely.  This switch is unmaintained because it's futile.  
> Then it should be removed IMO.

Nonsense. 


-- 
Dirk




More information about the kde-core-devel mailing list