Skip to content

Commit

Permalink
Optional override of OpenGL-Registry, EGL-Registry amd glfixes git repos
Browse files Browse the repository at this point in the history
  • Loading branch information
nigels-com committed Jan 28, 2019
1 parent b48ded7 commit c497980
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions auto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ PYTHON ?= python
EXT = extensions/gl
CORE = core/gl

REPO_OPENGL ?= https://github.com/KhronosGroup/OpenGL-Registry.git
REPO_EGL ?= https://github.com/KhronosGroup/EGL-Registry.git
REPO_GLFIXES ?= https://github.com/nigels-com/glfixes

BIN = bin
SRC = src
BLACKLIST = blacklist
Expand Down Expand Up @@ -89,9 +93,9 @@ OpenGL-Registry/.dummy:
@echo "--------------------------------------------------------------------"
@echo "Downloading OpenGL-Registry"
@echo "--------------------------------------------------------------------"
git clone https://github.com/KhronosGroup/OpenGL-Registry.git OpenGL-Registry
git clone https://github.com/KhronosGroup/EGL-Registry.git EGL-Registry
git clone --branch glew https://github.com/nigels-com/glfixes glfixes
git clone $(REPO_OPENGL) OpenGL-Registry
git clone $(REPO_EGL) EGL-Registry
git clone --branch glew $(REPO_GLFIXES) glfixes
touch $@

$(EXT)/.dummy: OpenGL-Registry/.dummy
Expand Down

0 comments on commit c497980

Please sign in to comment.