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

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

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

diff --git a/src/mesa/drivers/dri/radeon/meson.build b/src/mesa/drivers/dri/radeon/meson.build
index 83b356550ec..e79a5d00dbd 100644
--- a/src/mesa/drivers/dri/radeon/meson.build
+++ b/src/mesa/drivers/dri/radeon/meson.build
@@ -74,11 +74,11 @@ files_r100 = files(
 
 libr100 = static_library(
   'r100',
-  [files_r100, xmlpool_options_h],
+  files_r100,
   include_directories : [
     inc_common, inc_dri_common, inc_util, include_directories('server'),
   ],
   c_args : [c_vis_args, '-DRADEON_R100'],
   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