[Lunar-commits] <moonbase> audacious(-plugins): build with gtk+-2 exclusively for now
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Wed May 30 10:57:41 CEST 2012
commit 87ac6055dc448ce374eba459c3e36c8934af71a8
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Wed May 30 10:45:03 2012 +0200
audacious(-plugins): build with gtk+-2 exclusively for now
---
audio/audacious-plugins/BUILD | 3 +++
audio/audacious/BUILD | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/audio/audacious-plugins/BUILD b/audio/audacious-plugins/BUILD
index 0a32003..c1025c2 100644
--- a/audio/audacious-plugins/BUILD
+++ b/audio/audacious-plugins/BUILD
@@ -5,6 +5,9 @@
OPTS+=" --enable-ipv6" &&
+ #see audacious BUILD
+ OPTS+=" --disable-gtk3" &&
+
default_build
) > $C_FIFO 2>&1
diff --git a/audio/audacious/BUILD b/audio/audacious/BUILD
new file mode 100644
index 0000000..3eef103
--- /dev/null
+++ b/audio/audacious/BUILD
@@ -0,0 +1,8 @@
+(
+
+ #keep using gtk+-2 for now
+ OPTS+=" --disable-gtk3" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list