Here two patches fixing mesa GIT master after: commit e195eab9093d2a6cf55a42b2e7789c9a381b7782 Merge branch 'glsl-pp-rework-2'
(Thanks to Ghworg on IRC) - Sedat -
From d99b3f641500e9862ea6bae26d3524ac95c84488 Mon Sep 17 00:00:00 2001 From: Sedat Dilek <[email protected]> Date: Thu, 17 Dec 2009 19:14:53 +0100 Subject: [PATCH] configure.ac: Add glsl to SRC_DIRS --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 25e4321..6fa0a60 100644 --- a/configure.ac +++ b/configure.ac @@ -413,7 +413,7 @@ esac dnl dnl Driver specific build directories dnl -SRC_DIRS="mesa glew" +SRC_DIRS="glsl mesa glew" GLU_DIRS="sgi" WINDOW_SYSTEM="" GALLIUM_DIRS="auxiliary drivers state_trackers" -- 1.6.5.4
From 06411ca499507698b48e486aac3d344f3e47f21a Mon Sep 17 00:00:00 2001 From: Sedat Dilek <[email protected]> Date: Thu, 17 Dec 2009 19:17:23 +0100 Subject: [PATCH] glsl/apps: Add dummy install target to fix 'make install' --- src/glsl/apps/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/glsl/apps/Makefile b/src/glsl/apps/Makefile index c80fcb9..39a0df7 100644 --- a/src/glsl/apps/Makefile +++ b/src/glsl/apps/Makefile @@ -36,7 +36,8 @@ INCLUDES = -I. default: $(APPS) +install: + clean: -rm -f $(APPS) -rm -f *.o - -- 1.6.5.4
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
-- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
