Previous 199869 Revisions Next

r21208 Wednesday 20th February, 2013 at 05:24:08 UTC by R. Belmont
SDL: Don't include GTK+/GConf in Qt debugger builds (nw)
[src/osd/sdl]sdl.mak

trunk/src/osd/sdl/sdl.mak
r21207r21208
688688DEFS += -DSDLMAME_X11
689689LIBS += -lX11 -lXinerama
690690
691# the new debugger relies on GTK+ in addition to the base SDLMAME needs
692# Non-X11 builds can not use the debugger
693INCPATH += `pkg-config --cflags-only-I gtk+-2.0` `pkg-config --cflags-only-I gconf-2.0`
694CCOMFLAGS += `pkg-config --cflags-only-other gtk+-2.0` `pkg-config --cflags-only-other gconf-2.0`
695LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
696#CCOMFLAGS += -DGTK_DISABLE_DEPRECATED
697
698691# The newer debugger uses QT
699692ifdef USE_QTDEBUG
700693INCPATH += `pkg-config QtGui --cflags`
701694LIBS += `pkg-config QtGui --libs`
695else
696# the old-new debugger relies on GTK+ in addition to the base SDLMAME needs
697# Non-X11 builds can not use the debugger
698INCPATH += `pkg-config --cflags-only-I gtk+-2.0` `pkg-config --cflags-only-I gconf-2.0`
699CCOMFLAGS += `pkg-config --cflags-only-other gtk+-2.0` `pkg-config --cflags-only-other gconf-2.0`
700LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
702701endif
703702
704703# some systems still put important things in a different prefix

Previous 199869 Revisions Next


© 1997-2024 The MAME Team