summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-04-12 15:12:00 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-06-30 15:29:27 +0800
commit53aa807ae41e48fd71653c2d00083a44a8bca14c (patch)
tree5f3c484d9a52e6192a1c828d1eb65c19be94c86d /configure.ac
parent3752d1949cd3fb15593b2397d6af14b83a4aa6b4 (diff)
downloadtalos-petitboot-53aa807ae41e48fd71653c2d00083a44a8bca14c.tar.gz
talos-petitboot-53aa807ae41e48fd71653c2d00083a44a8bca14c.zip
Add PS3 ncurses CUI program
Add a PS3 ncurses CUI program, and the configure option --enable-ps3 to control its build. The default is --enable-ps3=yes. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 524cbc5..cb43f8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,16 @@ fi
AC_PROG_CC
AC_PROG_INSTALL
+AC_ARG_ENABLE([ps3],
+ [AS_HELP_STRING([--enable-ps3],
+ [build support for the PS3 game console])],
+ [],
+ [enable_ps3=check])
+
+AS_IF([test "x$enable_ps3" != xno],
+ [AC_SUBST([ENABLE_PS3], ["y"])],
+ [AC_SUBST([ENABLE_PS3], ["n"])])
+
AC_ARG_WITH([twin],
[AS_HELP_STRING([--with-twin],
[build GUI versions using the twin window system])],
OpenPOWER on IntegriCloud