Skip to content
Snippets Groups Projects
Commit dfe486b9 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

don't build FTGL if GL is not build. This was a regression recently introduced.

git-svn-id: http://root.cern.ch/svn/root/trunk@20855 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5ab5e813
No related branches found
No related tags found
No related merge requests found
......@@ -73,10 +73,10 @@ SYSTEMO = $(UNIXO)
SYSTEMDO = $(UNIXDO)
endif
endif
ifeq ($(BUILDGL),yes)
ifeq ($(BUILDFTGL),yes)
MODULES += ftgl
endif
ifeq ($(BUILDGL),yes)
MODULES += gl
endif
ifeq ($(BUILDMYSQL),yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment