don't use scissored bounds in _mesa_clip_copytexsubimage()
[mesa.git] / configs / linux-osmesa
index ce4ac2de9c81f876056b93170c45c178da1f57e7..cc1fbbd109aa0f745698c684c88188f9b306c437 100644 (file)
@@ -1,4 +1,4 @@
-# Configuration for building libGL and libOSMesa on Linux, no Xlib driver
+# Configuration for building only libOSMesa on Linux, no Xlib driver
 # This doesn't really have any Linux dependencies, so it should be usable
 # on other (gcc-based) systems.
 
@@ -21,5 +21,5 @@ PROGRAM_DIRS = osdemos
 
 # Dependencies
 OSMESA_LIB_DEPS = -lm -lpthread
-GLU_LIB_DEPS = -L$(LIB_DIR) -l$(OSMESA_LIB)
-APP_LIB_DEPS = -lOSMesa
+GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(OSMESA_LIB)
+APP_LIB_DEPS = -lOSMesa -lGLU