mirror of https://github.com/snes9xgit/snes9x.git
Check for GTK+ 3.22 or above when using GTK+ 3.
This commit is contained in:
parent
9c99a99ff1
commit
5af624da32
|
@ -191,7 +191,7 @@ snes9x_info_display="GTK"
|
|||
|
||||
GTK3_WARNING=no
|
||||
if test yes = "$with_gtk3" -a no = "$with_gtk2"; then
|
||||
GTK_VERSION="gtk+-3.0"
|
||||
GTK_VERSION="gtk+-3.0 >= 3.22"
|
||||
GTK3_WARNING=yes
|
||||
else
|
||||
GTK_VERSION="gtk+-2.0 >= 2.16"
|
||||
|
|
Loading…
Reference in New Issue