sdl: update autotools gtk requirement and add required readme

This commit is contained in:
punkrockguy318 2016-09-01 22:37:57 +00:00
parent 4cc9274d71
commit b5cf94f5c6
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ FCEUX SDL 2.2.1 SDL README
==========================
By Lukas Sabota (sf: punkrockguy318)
[NOTE: This is old and out of date and only applies to SDL (non windows) builds]
http://www.fceux.com
Last Modified: March 10, 2013

View File

@ -87,7 +87,7 @@ if test x$use_nativewin32 = xno; then
AC_ARG_ENABLE([gtk2],
AS_HELP_STRING([--enable-gtk2], [Enable GTK2 GUI]))
AS_IF([test "x$enable_gtk2" = "xyes"], [
AM_PATH_GTK_2_0([2.10.0],AM_CONDITIONAL(GTK2, true),AC_MSG_ERROR([Gtk+ 2.10.0 or higher required.]))
AM_PATH_GTK_2_0([2.24.0],AM_CONDITIONAL(GTK2, true),AC_MSG_ERROR([Gtk+ 2.24.0 or higher required.]))
AC_DEFINE([_GTK])
AC_DEFINE([GTK2])
])