Mesa (master): i915: replace xmlpool_options_h with idep_xmlconfig_headers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 15:29:40 UTC 2019


Module: Mesa
Branch: master
Commit: 4c5c31a651fd6453836a3979030bf50ee2f1c52a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c5c31a651fd6453836a3979030bf50ee2f1c52a

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 27 00:55:30 2019 +0100

i915: replace xmlpool_options_h with idep_xmlconfig_headers

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/mesa/drivers/dri/i915/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i915/meson.build b/src/mesa/drivers/dri/i915/meson.build
index 9e62010f2a2..58eb698ac0f 100644
--- a/src/mesa/drivers/dri/i915/meson.build
+++ b/src/mesa/drivers/dri/i915/meson.build
@@ -86,9 +86,9 @@ files_i915 = files(
 
 libi915 = static_library(
   'i915',
-  [files_i915, xmlpool_options_h],
+  files_i915,
   include_directories : [inc_common, inc_dri_common, inc_util],
   c_args : [c_vis_args, no_override_init_args],
   cpp_args : [cpp_vis_args],
-  dependencies : [dep_libdrm, dep_libdrm_intel],
+  dependencies : [dep_libdrm, dep_libdrm_intel, idep_xmlconfig_headers],
 )




More information about the mesa-commit mailing list