Mesa (master): r200: 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: 2c9898a32949c85f5f1daac4573337e9097fa993
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c9898a32949c85f5f1daac4573337e9097fa993

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

r200: 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/r200/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/r200/meson.build b/src/mesa/drivers/dri/r200/meson.build
index 686054d162b..7026129eb32 100644
--- a/src/mesa/drivers/dri/r200/meson.build
+++ b/src/mesa/drivers/dri/r200/meson.build
@@ -78,11 +78,11 @@ files_r200 = files(
 
 libr200 = static_library(
   'r200',
-  [files_r200, xmlpool_options_h],
+  files_r200,
   include_directories : [
     inc_common, inc_dri_common, inc_util, include_directories('server'),
   ],
   c_args : [c_vis_args, '-DRADEON_R200'],
   cpp_args : [cpp_vis_args],
-  dependencies : [dep_libdrm, dep_libdrm_radeon],
+  dependencies : [dep_libdrm, dep_libdrm_radeon, idep_xmlconfig_headers],
 )




More information about the mesa-commit mailing list