summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-16 18:00:19 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-16 18:00:19 +0100
commit38e054c76552c1b4c1598a489b4bacf614f0949d (patch)
treece3ecb6be5947909ce8b83c7632d34eb69d1f7ac /makefile
parent9eb2734495cda6ff0391f317ca2565b421476738 (diff)
placed back OPENGL check since GL is not same as GLES (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d968737fb2e..519ecb0fb55 100644
--- a/makefile
+++ b/makefile
@@ -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