trunk/src/osd/sdl/sdl.mak
| r242696 | r242697 | |
| 77 | 77 | # change for custom OS X installations |
| 78 | 78 | SDL_FRAMEWORK_PATH = /Library/Frameworks/ |
| 79 | 79 | |
| 80 | # uncomment to use SDL1.2 (depracated) |
| 80 | 81 | # SDL_LIBVER = sdl |
| 81 | 82 | |
| 82 | 83 | ########################################################################### |
| r242696 | r242697 | |
| 741 | 742 | # Default libs |
| 742 | 743 | DEFS += -DSDLMAME_X11 |
| 743 | 744 | LIBS += -lX11 -lXinerama |
| 745 | ifneq ($(SDL_LIBVER),sdl2) |
| 746 | BASELIBS += -lX11 |
| 747 | endif |
| 744 | 748 | |
| 745 | 749 | # The newer debugger uses QT |
| 746 | 750 | ifndef NO_USE_QTDEBUG |