summaryrefslogtreecommitdiffstats
path: root/src/compiler/Android.glsl.mk
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-05-25 16:00:38 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-05-26 14:13:38 -0700
commit32210dea8e474f8e93f5df681fb6a8265a0cda4b (patch)
treec25fdd05d4f55131c161b7197b5ebf09eb5cf503 /src/compiler/Android.glsl.mk
parentddcfc35f62ed3ad83b100beacb5b30394dcd9960 (diff)
downloadexternal_mesa3d-32210dea8e474f8e93f5df681fb6a8265a0cda4b.zip
external_mesa3d-32210dea8e474f8e93f5df681fb6a8265a0cda4b.tar.gz
external_mesa3d-32210dea8e474f8e93f5df681fb6a8265a0cda4b.tar.bz2
compiler: Move glsl_to_nir to libglsl.la
Right now libglsl.la depends on libnir.la so putting it in libnir.la adds a dependency on libglsl.la that goes the wrong direction. Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
Diffstat (limited to 'src/compiler/Android.glsl.mk')
-rw-r--r--src/compiler/Android.glsl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Android.glsl.mk b/src/compiler/Android.glsl.mk
index 8184d2d..5d2bc18 100644
--- a/src/compiler/Android.glsl.mk
+++ b/src/compiler/Android.glsl.mk
@@ -38,6 +38,7 @@ LOCAL_SRC_FILES := \
$(LIBGLSL_FILES) \
LOCAL_C_INCLUDES := \
+ $(MESA_TOP)/src/compiler/nir \
$(MESA_TOP)/src/mapi \
$(MESA_TOP)/src/mesa \
$(MESA_TOP)/src/gallium/include \