qemu: fix gtk3 build option

ERROR: unknown option --enable-gtk3
This commit is contained in:
Michael Gehring 2017-08-05 19:34:48 +00:00
parent 48b124ae03
commit 889f82a8d7

View file

@ -69,7 +69,7 @@ do_configure() {
$(vopt_if sdl "--with-sdlabi=1.2") \ $(vopt_if sdl "--with-sdlabi=1.2") \
$(vopt_if sdl2 "--with-sdlabi=2.0") \ $(vopt_if sdl2 "--with-sdlabi=2.0") \
$(vopt_enable smartcard) \ $(vopt_enable smartcard) \
$(vopt_enable gtk3) ${args} $(vopt_if gtk3 "--enable-gtk --with-gtkabi=3.0") ${args}
} }
do_build() { do_build() {
# Remove our strip(1) wrapper... E2BIG. # Remove our strip(1) wrapper... E2BIG.