[GRASS-SVN] r35638 - grass/trunk/lib/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 25 19:49:32 EST 2009
Author: kyngchaos
Date: 2009-01-25 19:49:32 -0500 (Sun, 25 Jan 2009)
New Revision: 35638
Modified:
grass/trunk/lib/nviz/Makefile
Log:
X stuff for OPENGL_X11 not USE_X11
Modified: grass/trunk/lib/nviz/Makefile
===================================================================
--- grass/trunk/lib/nviz/Makefile 2009-01-26 00:12:58 UTC (rev 35637)
+++ grass/trunk/lib/nviz/Makefile 2009-01-26 00:49:32 UTC (rev 35638)
@@ -10,7 +10,7 @@
ifeq ($(OPENGL_WINDOWS),1)
EXTRA_LIBS += -lgdi32
endif
-ifneq ($(USE_X11),)
+ifneq ($(OPENGL_X11),)
EXTRA_LIBS += $(XLIBPATH) $(XLIB) $(XEXTRALIBS)
EXTRA_CFLAGS += $(XCFLAGS)
endif
More information about the grass-commit
mailing list