X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=cb43f8c804308b00e290e184ab877e7a73ca5743;hp=340cdbf8da0ed0bd7aa4c2e361efc47246a3ed3b;hb=aea1d55d7e09f4544f96ccc54196c674d52420e8;hpb=c3fba67209e17941cd1024892c5f78c50ed3aecd diff --git a/configure.ac b/configure.ac index 340cdbf..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])], @@ -50,7 +60,7 @@ AS_IF([test "x$with_twin" != xno], fi], [${twin_LIBS}])]) -mkdir -p discover lib/list lib/log lib/pb-protocol lib/talloc lib/waiter \ - test ui/common ui/ncurses ui/test ui/twin +mkdir -p discover lib/list lib/log lib/pb-protocol lib/system lib/talloc \ + lib/waiter test ui/common ui/ncurses ui/test ui/twin utils AC_OUTPUT