OSDN Git Service

glsl: Don't add nir files to libglsl_la_SOURCES
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 8 Jan 2016 23:23:56 +0000 (15:23 -0800)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Sat, 9 Jan 2016 00:15:49 +0000 (16:15 -0800)
commit81f7fd3c54fa231081ceaf6e17af23e34a786c58
tree241f5b9734fcc76afc597219dbbdb44380503005
parente3706a7118cb572077c877b92450dc955e7a6754
glsl: Don't add nir files to libglsl_la_SOURCES

SCons doesn't understand nir yet and doesn't want to compile the glsl to
nir pass. Move the files to their own variable so we can add it only for
automake.

Tested-by: Brian Paul <brianp@vmware.com>
src/glsl/Makefile.am
src/glsl/Makefile.sources
src/glsl/SConscript