aboutsummaryrefslogtreecommitdiff
path: root/emulators/xsystem35/files
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xsystem35/files')
-rw-r--r--emulators/xsystem35/files/patch-af4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af
index 51e148112822..8c7f00f8ea49 100644
--- a/emulators/xsystem35/files/patch-af
+++ b/emulators/xsystem35/files/patch-af
@@ -5,10 +5,10 @@
* include / library / definition
*/
-SYS_LIBRARIES = -lm `gtk-config --libs`
-+SYS_LIBRARIES = -lm `gtk11-config --libs`
++SYS_LIBRARIES = -lm `gtk12-config --libs`
EXTRA_LIBRARIES = $(OSDEPLIB)
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
-+EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC)
++EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC)
EXTRA_DEFINES = $(OSDEPDEF)
/*