- added USB OHCI support to the configure shortcut scripts used for binary

releases
This commit is contained in:
Volker Ruppert 2009-04-29 18:44:11 +00:00
parent 94a4710c5c
commit 12f536fae9
3 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@ case $which_config in
--enable-acpi \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-show-ips \
${CONFIGURE_ARGS}
;;
@ -55,6 +56,7 @@ case $which_config in
--enable-acpi \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-plugins \
--enable-show-ips \
--with-all-libs \

View File

@ -24,5 +24,6 @@ export CXXFLAGS
--enable-acpi \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-show-ips \
--with-win32 --with-rfb --with-nogui

View File

@ -13,6 +13,7 @@ set echo
--enable-acpi \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-show-ips \
--disable-readline \
--without-x \