[Lunar-commits] <moonbase> pwlib: added a few switches. For now, say no to libavc1394, as it will
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Oct 6 14:05:50 CEST 2008
commit 5b0c42dbef3c37721ac0b35cd18451bcd4f8841d
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Oct 6 08:05:50 2008 -0400
pwlib: added a few switches. For now, say no to libavc1394, as it will
cause the build to fail.
---
libs/pwlib/DEPENDS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libs/pwlib/DEPENDS b/libs/pwlib/DEPENDS
index e1a53c1..284b205 100644
--- a/libs/pwlib/DEPENDS
+++ b/libs/pwlib/DEPENDS
@@ -1,7 +1,7 @@
-depends "openssl" &&
-depends "SDL" &&
-depends "alsa-lib" &&
+depends "openssl"
+depends "SDL"
+depends "alsa-lib"
-optional_depends "libavc1394" "" "" "for AV/C specification support" &&
-optional_depends "libdv" "" "" "for Quasar DV codec support" &&
+optional_depends "libavc1394" "--enable-avc" "--disable-avc" "for AV/C specification support"
+optional_depends "libdv" "--enable-dc" "--disable-dc" "for Quasar DV codec support"
optional_depends "libraw1394" "" "" "for raw 1394 access support"
More information about the Lunar-commits
mailing list