summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-10-27 00:51:41 +0100
committerEric Engestrom <[email protected]>2019-10-31 15:29:06 +0000
commit0bd6fc0a84ba5bc28bde95586b2646ad6c821f43 (patch)
tree1eca62598f40129b28bacd44aef67a8091c26f98
parenta2eba4b17d4de34a0fed51a9f1aa85656415029c (diff)
pipe-loader: drop unnecessary xmlpool_options_h
idep_xmlconfig already covers that Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Dylan Baker <[email protected]>
-rw-r--r--src/gallium/auxiliary/pipe-loader/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/meson.build b/src/gallium/auxiliary/pipe-loader/meson.build
index d1888162a42..4c6ae60ff4e 100644
--- a/src/gallium/auxiliary/pipe-loader/meson.build
+++ b/src/gallium/auxiliary/pipe-loader/meson.build
@@ -45,7 +45,7 @@ endif
libpipe_loader_static = static_library(
'pipe_loader_static',
- [files_pipe_loader, xmlpool_options_h],
+ files_pipe_loader,
include_directories : [
inc_util, inc_loader, inc_gallium, inc_include, inc_src, inc_gallium_aux,
inc_gallium_winsys,
@@ -58,7 +58,7 @@ libpipe_loader_static = static_library(
libpipe_loader_dynamic = static_library(
'pipe_loader_dynamic',
- [files_pipe_loader, xmlpool_options_h],
+ files_pipe_loader,
include_directories : [
inc_util, inc_loader, inc_gallium, inc_include, inc_src, inc_gallium_aux,
inc_gallium_winsys,