trunk/src/osd/sdl/sdl.mak
| r21207 | r21208 | |
| 688 | 688 | DEFS += -DSDLMAME_X11 |
| 689 | 689 | LIBS += -lX11 -lXinerama |
| 690 | 690 | |
| 691 | | # the new debugger relies on GTK+ in addition to the base SDLMAME needs |
| 692 | | # Non-X11 builds can not use the debugger |
| 693 | | INCPATH += `pkg-config --cflags-only-I gtk+-2.0` `pkg-config --cflags-only-I gconf-2.0` |
| 694 | | CCOMFLAGS += `pkg-config --cflags-only-other gtk+-2.0` `pkg-config --cflags-only-other gconf-2.0` |
| 695 | | LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0` |
| 696 | | #CCOMFLAGS += -DGTK_DISABLE_DEPRECATED |
| 697 | | |
| 698 | 691 | # The newer debugger uses QT |
| 699 | 692 | ifdef USE_QTDEBUG |
| 700 | 693 | INCPATH += `pkg-config QtGui --cflags` |
| 701 | 694 | LIBS += `pkg-config QtGui --libs` |
| 695 | else |
| 696 | # the old-new debugger relies on GTK+ in addition to the base SDLMAME needs |
| 697 | # Non-X11 builds can not use the debugger |
| 698 | INCPATH += `pkg-config --cflags-only-I gtk+-2.0` `pkg-config --cflags-only-I gconf-2.0` |
| 699 | CCOMFLAGS += `pkg-config --cflags-only-other gtk+-2.0` `pkg-config --cflags-only-other gconf-2.0` |
| 700 | LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0` |
| 702 | 701 | endif |
| 703 | 702 | |
| 704 | 703 | # some systems still put important things in a different prefix |