summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-20 22:23:15 -0700
committerDylan Baker <[email protected]>2017-10-27 11:06:07 -0700
commit06c667556045bd9542ad5e6a318f42dd66707bd4 (patch)
treea29dc42c12fbbde1d3142df7acaf64d075c17c40 /src/gallium/auxiliary
parent63c360d7b27caa2f89a382d7d77a145bb1441f66 (diff)
meson: move gallium include declarations to src
These are used by non-gallium osmesa, so they need to be defined outside of the gallium subdirectory. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
index 778b4ce4ac2..bb7c0506d84 100644
--- a/src/gallium/auxiliary/meson.build
+++ b/src/gallium/auxiliary/meson.build
@@ -18,8 +18,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-inc_gallium_aux = include_directories('.')
-
files_libgallium = files(
'cso_cache/cso_cache.c',
'cso_cache/cso_cache.h',