[Lunar-commits] r25974 - moonbase/trunk/audio/ardour

Jannis Pohlmann jannis at lunar-linux.org
Wed Sep 26 18:14:53 CEST 2007


Author: jannis
Date: 2007-09-26 18:14:52 +0200 (Wed, 26 Sep 2007)
New Revision: 25974

Modified:
   moonbase/trunk/audio/ardour/BUILD
Log:
The GTK+ version bump to 2.12 breaks ardour because ardour ships an older version of gtkmm2 which is incompatible to the new tooltips API or whatever. We also need a glibmm and gtkmm2 version bump BTW. Anyway, this commit forces ardour to use our gtkmm2 instead of is own => shorter compile time, not broken anymore (as soon as we bump gtkmm2).

Modified: moonbase/trunk/audio/ardour/BUILD
===================================================================
--- moonbase/trunk/audio/ardour/BUILD	2007-09-26 15:43:25 UTC (rev 25973)
+++ moonbase/trunk/audio/ardour/BUILD	2007-09-26 16:14:52 UTC (rev 25974)
@@ -1,6 +1,6 @@
 (
 
-  scons PREFIX=/usr ARCH="$CFLAGS" &&
+  scons PREFIX=/usr ARCH="$CFLAGS" SYSLIBS=1 &&
   prepare_install &&
   scons install
 



More information about the Lunar-commits mailing list