From 32210dea8e474f8e93f5df681fb6a8265a0cda4b Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 25 May 2016 16:00:38 -0700 Subject: compiler: Move glsl_to_nir to libglsl.la MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Kristian Høgsberg --- src/compiler/Android.glsl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/Android.glsl.mk') 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 \ -- cgit v1.1