qemu: fix gtk3 build option
ERROR: unknown option --enable-gtk3
This commit is contained in:
parent
48b124ae03
commit
889f82a8d7
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ do_configure() {
|
|||
$(vopt_if sdl "--with-sdlabi=1.2") \
|
||||
$(vopt_if sdl2 "--with-sdlabi=2.0") \
|
||||
$(vopt_enable smartcard) \
|
||||
$(vopt_enable gtk3) ${args}
|
||||
$(vopt_if gtk3 "--enable-gtk --with-gtkabi=3.0") ${args}
|
||||
}
|
||||
do_build() {
|
||||
# Remove our strip(1) wrapper... E2BIG.
|
||||
|
|
Loading…
Reference in a new issue