[Lunar-commits] <moonbase> aalib: configuration update
Duncan Gibson
engelsman at lunar-linux.org
Thu Feb 3 02:35:29 CET 2011
commit 39100a5e0668e0fa157a3a3930113d8ea5d80eb8
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Thu Feb 3 02:35:29 2011 +0100
aalib: configuration update
---
graphics/aalib/BUILD | 9 ++++++---
graphics/aalib/DEPENDS | 20 +++++++++++++++-----
2 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/graphics/aalib/BUILD b/graphics/aalib/BUILD
index 0f85a22..513f450 100644
--- a/graphics/aalib/BUILD
+++ b/graphics/aalib/BUILD
@@ -1,6 +1,9 @@
(
- unset CC CXX &&
- LDFLAGS=$(echo $LDFLAGS | sed "s/-z combreloc//") &&
- default_build
+
+ unset CC CXX &&
+
+ LDFLAGS=$(echo $LDFLAGS | sed "s/-z combreloc//") &&
+
+ default_build
) > $C_FIFO 2>&1
diff --git a/graphics/aalib/DEPENDS b/graphics/aalib/DEPENDS
index 9c99bcd..6516ce7 100644
--- a/graphics/aalib/DEPENDS
+++ b/graphics/aalib/DEPENDS
@@ -1,6 +1,16 @@
-optional_depends "slang" "" "" "for slang driver support"
+optional_depends "gpm" "" "" "for General Purpose Mouse support"
-optional_depends "gpm" \
- "--with-gpm-mouse" \
- "" \
- "for mouse support in text console"
+optional_depends "ncurses" \
+ "--with-curses-driver" \
+ "--without-curses-driver" \
+ "for ncurses driver"
+
+optional_depends "slang" \
+ "--with-slang-driver" \
+ "--without-slang-driver" \
+ "for slang driver"
+
+optional_depends "libX11" \
+ "--with-x11-driver" \
+ "--without-x11-driver" \
+ "for X11 driver"
More information about the Lunar-commits
mailing list