Check for GTK+ 3.22 or above when using GTK+ 3.

This commit is contained in:
Brandon Wright 2018-06-07 12:46:03 -05:00
parent 9c99a99ff1
commit 5af624da32

View File

@ -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"