Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-12-14 16:56:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-14 16:56:06 +0300
commitf1b78cb4dad743ca5cff5eeacd7a6032590adba7 (patch)
treeaeb3acc66cf1f415a539397823ab769d0aea9131 /source/nan_compile.mk
parent1aa225e9535a4228ad577697290e313a1bac685b (diff)
chenge the default location of mesa/gl header, added to lib path
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 620c57dcd84..d5bf04c4b33 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -191,7 +191,7 @@ ifeq ($(OS),solaris)
JAVA_HEADERS = /usr/java/include
JAVA_SYSTEM_HEADERS = /usr/java/include/solaris
else
- OPENGL_HEADERS = /usr/X11/include
+ OPENGL_HEADERS = $(LCGDIR)/mesa/include
endif
AR = ar
ARFLAGS = ruv