1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-25 05:41:23 +02:00

Added compilable version of sdlmame

This commit is contained in:
root
2015-04-13 17:13:40 +02:00
parent d33da7c215
commit 1994389575
7 changed files with 651 additions and 0 deletions
@@ -0,0 +1,19 @@
diff -ru work.orig/src/osd/sdl/sdl.mak work/src/osd/sdl/sdl.mak
--- work.orig/src/osd/sdl/sdl.mak 2015-03-11 18:42:22.102068698 -0700
+++ work/src/osd/sdl/sdl.mak 2015-03-11 18:43:24.594579570 -0700
@@ -855,6 +855,7 @@
BASELIBS += -lX11
endif
+ifneq ($(NO_DEBUGGER),1)
# The newer debugger uses QT
ifndef NO_USE_QTDEBUG
QTCFLAGS := $(shell pkg-config --cflags QtGui)
@@ -863,6 +864,7 @@
INCPATH += $(QTCFLAGS)
LIBS += $(QTLIBS)
endif
+endif # NO_DEBUGGER
# some systems still put important things in a different prefix
LIBS += -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/openwin/lib