- enabled save/restore feature on Linux and Windows (for binary packages)
This commit is contained in:
parent
cf6ec36040
commit
514952f78c
@ -36,6 +36,7 @@ case $which_config in
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-usb \
|
||||
--enable-save-restore \
|
||||
${CONFIGURE_ARGS}
|
||||
;;
|
||||
|
||||
@ -54,6 +55,7 @@ case $which_config in
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-usb \
|
||||
--enable-save-restore \
|
||||
--enable-plugins \
|
||||
--with-all-libs \
|
||||
${CONFIGURE_ARGS}
|
||||
|
@ -24,4 +24,5 @@ export CXXFLAGS
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-usb \
|
||||
--enable-save-restore \
|
||||
--with-win32 --with-rfb --with-nogui
|
||||
|
@ -13,6 +13,7 @@ set echo
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-usb \
|
||||
--enable-save-restore \
|
||||
--disable-readline \
|
||||
--without-x \
|
||||
--enable-cpp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user