fix compile script (disable GTK)
This commit is contained in:
parent
42d434e28f
commit
7cf685dcec
@ -18,6 +18,11 @@ set -e
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with QEMU-PT. If not, see <http://www.gnu.org/licenses/>.
|
# along with QEMU-PT. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
if [ -z "$BASH_VERSION" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
error () {
|
error () {
|
||||||
echo "$0: <option>"
|
echo "$0: <option>"
|
||||||
echo ""
|
echo ""
|
||||||
@ -95,7 +100,7 @@ then
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
compile_and_install_libraries
|
compile_and_install_libraries
|
||||||
./configure --target-list=x86_64-softmmu --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --disable-tools
|
./configure --target-list=x86_64-softmmu --disable-gtk --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --disable-tools
|
||||||
compile
|
compile
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@ -105,7 +110,7 @@ then
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
compile_and_install_libraries
|
compile_and_install_libraries
|
||||||
./configure --target-list=x86_64-softmmu --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-sanitizers --enable-debug --disable-tools
|
./configure --target-list=x86_64-softmmu --disable-gtk --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-sanitizers --enable-debug --disable-tools
|
||||||
compile
|
compile
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@ -115,7 +120,7 @@ then
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
compile_libraries
|
compile_libraries
|
||||||
./configure --target-list=x86_64-softmmu --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-sanitizers --enable-debug --enable-nyx-static --disable-tools
|
./configure --target-list=x86_64-softmmu --disable-gtk --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-sanitizers --enable-debug --enable-nyx-static --disable-tools
|
||||||
compile
|
compile
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@ -125,7 +130,7 @@ then
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
compile_libraries
|
compile_libraries
|
||||||
./configure --target-list=x86_64-softmmu --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-nyx-static --disable-tools
|
./configure --target-list=x86_64-softmmu --disable-gtk --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-nyx-static --disable-tools
|
||||||
compile
|
compile
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@ -135,7 +140,7 @@ then
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
compile_libraries
|
compile_libraries
|
||||||
./configure --target-list=x86_64-softmmu --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-nyx-static --enable-nyx-flto --disable-tools
|
./configure --target-list=x86_64-softmmu --disable-gtk --disable-docs --enable-gtk --disable-werror --disable-capstone --disable-libssh --enable-nyx --enable-nyx-static --enable-nyx-flto --disable-tools
|
||||||
compile
|
compile
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user