diff options
author | 2016-02-16 17:35:27 +0100 | |
---|---|---|
committer | 2016-02-16 17:35:27 +0100 | |
commit | 9eb2734495cda6ff0391f317ca2565b421476738 (patch) | |
tree | 45819d6c0d38cf5cc890c31378e82e394b9d06e8 /makefile | |
parent | e1ace736267d354caa3c9e1ff844bdc88d645864 (diff) |
BGFX mandatory requirement (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -23,8 +23,6 @@ # BENCHMARKS = 1 # OSD = sdl -# USE_BGFX = 1 -# NO_OPENGL = 1 # USE_DISPATCH_GL = 0 # MODERN_WIN_API = 0 # USE_XAUDIO2 = 0 @@ -68,7 +66,6 @@ # MESA_INSTALL_ROOT = /opt/mesa # SDL_INSTALL_ROOT = /opt/sdl2 # SDL_FRAMEWORK_PATH = $(HOME)/Library/Frameworks -# SDL_LIBVER = sdl # USE_LIBSDL = 1 # CYGWIN_BUILD = 1 @@ -563,10 +560,6 @@ ifdef DONT_USE_NETWORK PARAMS += --DONT_USE_NETWORK='$(DONT_USE_NETWORK)' endif -ifdef NO_OPENGL -PARAMS += --NO_OPENGL='$(NO_OPENGL)' -endif - ifdef USE_DISPATCH_GL PARAMS += --USE_DISPATCH_GL='$(USE_DISPATCH_GL)' endif @@ -1200,7 +1193,7 @@ endif ifndef MARVELL_ROOTFS $(error MARVELL_ROOTFS is not set) endif - $(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 + $(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 .PHONY: steamlink ifndef MARVELL_SDK_PATH |