freebsd-ports/graphics/mesa-demos/files/patch-src-glsl-Makefile.am
Niclas Zeising 312590479c Update to 8.0.1
This adds a bunch of new demos.

Obtained from:	xorg development repo
2013-03-11 14:56:56 +00:00

20 lines
543 B
Text

--- src/glsl/Makefile.am.orig 2012-12-15 08:17:06.000000000 +0100
+++ src/glsl/Makefile.am 2013-03-08 14:03:15.236159234 +0100
@@ -34,7 +34,7 @@
bin_PROGRAMS = \
array \
bezier \
- bitmap \
+ bitmap-demo \
brick \
bump \
blinking-teapot \
@@ -76,7 +76,7 @@
samplers_array_CFLAGS = $(AM_CFLAGS) -DSAMPLERS_ARRAY
array_LDADD = ../util/libutil.la
-bitmap_LDADD = ../util/libutil.la
+bitmap_demo_LDADD = ../util/libutil.la
bezier_LDADD = ../util/libutil.la
brick_LDADD = ../util/libutil.la
bump_LDADD = ../util/libutil.la