OSDN Git Service

prog/glsl: fix Makefile for samplers_array.
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 7 Sep 2009 00:49:31 +0000 (10:49 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Sep 2009 02:37:54 +0000 (12:37 +1000)
commitbf19638a003f0915d3d5419b737c2006a8f24a31
treed23a950d77040298607c33a67202f54eab294779
parentb2cba25f9eecf2063c3b98d66ade59cd9e50990e
prog/glsl: fix Makefile for samplers_array.

The rule added in 488b3c4d1bc3d830477180759a42dbaf8f5801b0 does not use the
right INCDIR, breaking the build when GL isn't installed in the default include
paths.

7.5 branch only fix, already fixed in master by rewriting the Makefile
(ceb9459ed5e63207defa5d715958c2757933272f)

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
progs/glsl/Makefile