projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9898a
)
radeon: replace xmlpool_options_h with idep_xmlconfig_headers
author
Eric Engestrom
<eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:55:52 +0000
(
00:55
+0100)
committer
Eric Engestrom
<eric@engestrom.ch>
Thu, 31 Oct 2019 15:29:06 +0000
(15:29 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
src/mesa/drivers/dri/radeon/meson.build
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/meson.build
b/src/mesa/drivers/dri/radeon/meson.build
index 83b356550ec4696c9ddcd1bfc7c7d24da214c3e5..e79a5d00dbd1b2093403e491d41ae4a8dda271a9 100644
(file)
--- 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
],
)