diff options
author | 2016-02-16 18:00:19 +0100 | |
---|---|---|
committer | 2016-02-16 18:00:19 +0100 | |
commit | 38e054c76552c1b4c1598a489b4bacf614f0949d (patch) | |
tree | ce3ecb6be5947909ce8b83c7632d34eb69d1f7ac /makefile | |
parent | 9eb2734495cda6ff0391f317ca2565b421476738 (diff) |
placed back OPENGL check since GL is not same as GLES (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1193,7 +1193,7 @@ endif ifndef MARVELL_ROOTFS $(error MARVELL_ROOTFS is not set) endif - $(SILENT) $(GENIE) $(PARAMS) --gcc=steamlink --gcc_version=$(GCC_VERSION) --NO_USE_MIDI=1 --NO_X11=1 --NOASM=1 --SDL_INSTALL_ROOT=$(MARVELL_ROOTFS)/usr gmake + $(SILENT) $(GENIE) $(PARAMS) --gcc=steamlink --gcc_version=$(GCC_VERSION) --NO_OPENGL=1 --NO_USE_MIDI=1 --NO_X11=1 --NOASM=1 --SDL_INSTALL_ROOT=$(MARVELL_ROOTFS)/usr gmake .PHONY: steamlink ifndef MARVELL_SDK_PATH |