summaryrefslogtreecommitdiff
path: root/debian/patches/01_fix-makefile.patch
blob: 41c1c707df40aa8a1a88790016b381cd67c972f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Do not build OSMesa for a standalone configuration, since Debian only ships
OSMesa in a separate package.

This patch by Thierry Reding.

Index: mesa/src/mesa/Makefile
===================================================================
--- mesa.orig/src/mesa/Makefile	2007-04-25 01:44:31.000000000 +0200
+++ mesa/src/mesa/Makefile	2007-04-25 01:44:58.000000000 +0200
@@ -105,7 +105,7 @@
 	$(OSMESA_DRIVER_OBJECTS)
 
 
-stand-alone: depend subdirs $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)
+stand-alone: depend subdirs $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME)
 
 osmesa-only: depend subdirs $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)