diff options
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 927df41060c5..bb7311718b40 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -16,7 +16,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CFLAGS+= ${PTHREAD_CFLAGS} |