aalib: fixed build configuration

Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2014-02-21 20:15:32 +00:00
parent b550b5570a
commit 897a584836
2 changed files with 13 additions and 2 deletions

View File

@ -36,8 +36,8 @@ define Build/Configure
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--without-x \ --without-x \
--without-x11-driver \ --with-x11-driver=no \
--without-slang-driver \ --with-slang-driver=no \
--with-ncurses=$(STAGING_DIR)/usr \ --with-ncurses=$(STAGING_DIR)/usr \
) )
endef endef

View File

@ -0,0 +1,11 @@
--- a/configure.in
+++ b/configure.in
@@ -88,7 +88,7 @@
AC_ARG_WITH(slang-driver,
[ --with-slang-driver=no Used to disable slang driver],[
if test x$withval = xno; then
- vga_driver_test=no
+ slang_driver_test=no
fi
])
AC_ARG_WITH(curses-driver,