[Lunar-commits] <moonbase> gxine: Fixing this so it compiles without requiring firefox and gudev
Terry Chan
tchan at lunar-linux.org
Sun Jan 24 00:14:48 CET 2010
commit 8adb7ccc7f365113bc1ac0e1ad04f38b659bc2d4
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sat Jan 23 17:14:48 2010 -0600
gxine: Fixing this so it compiles without requiring firefox and gudev
---
video/gxine/BUILD | 2 +-
video/gxine/DEPENDS | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/video/gxine/BUILD b/video/gxine/BUILD
index 1ac97b8..560cf10 100644
--- a/video/gxine/BUILD
+++ b/video/gxine/BUILD
@@ -1,6 +1,6 @@
(
- OPTS="$OPTS --disable-mozjs --with-x --with-xcb --with-spidermonkey=/usr/include/firefox-`lvu installed firefox`/unstable/ --with-gudev"
+ OPTS="$OPTS --with-x --with-xcb --with-spidermonkey=/usr/include/js"
default_build
diff --git a/video/gxine/DEPENDS b/video/gxine/DEPENDS
index f1d3f60..3658979 100644
--- a/video/gxine/DEPENDS
+++ b/video/gxine/DEPENDS
@@ -1,8 +1,8 @@
-depends %XINELIB &&
-depends gtk+-2 &&
-depends firefox &&
+depends %XINELIB
+depends gtk+-2
+depends js
optional_depends "lirc" "--enable-lirc" "--disable-lirc" \
- "for remote control support" &&
+ "for remote control support"
optional_depends "dbus" "--with-dbus" "--without-dbus" \
"for GNOME screensaver support"
More information about the Lunar-commits
mailing list