[Lunar-commits] <moonbase> cdk: Making a few adjustments regarding ncurses. Its actually an option with

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 7 12:10:08 CET 2011


commit 4a1066d50fdec69b68a99e7660251569fa83f56d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 7 06:10:08 2011 -0500

    cdk: Making a few adjustments regarding ncurses. Its actually an option with
    
    the choice of normal or wide. If you choose wide be aware it will cause
    gphoto2+cdk make to fail. So re lin cdk with normal in that case and then
    do it again if you want wide.
---
 libs/cdk/CONFIGURE |    2 ++
 libs/cdk/DEPENDS   |    7 ++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/libs/cdk/CONFIGURE b/libs/cdk/CONFIGURE
new file mode 100644
index 0000000..e99b751
--- /dev/null
+++ b/libs/cdk/CONFIGURE
@@ -0,0 +1,2 @@
+mquery NC  "Use normal width ncurses? If yes here, say no to wide." y "--with-ncurses" "--without-ncursesw"
+mquery NCW "Use ncurses wide?" n "--with-ncursesw" "--without-ncurses"
diff --git a/libs/cdk/DEPENDS b/libs/cdk/DEPENDS
index d866f19..934fe08 100644
--- a/libs/cdk/DEPENDS
+++ b/libs/cdk/DEPENDS
@@ -1,5 +1,2 @@
-depends  ncurses
-
-optional_depends  "%X"  "--with-x"  ""  "use the X Window System"
-
-
+optional_depends "ncurses" ""         "" "for ncurses or ncursesw support"
+optional_depends "%X"      "--with-x" "" "use the X Window System"


More information about the Lunar-commits mailing list