projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039797b
)
i915: replace xmlpool_options_h with idep_xmlconfig_headers
author
Eric Engestrom
<eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:55:30 +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/i915/meson.build
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/meson.build
b/src/mesa/drivers/dri/i915/meson.build
index 9e62010f2a2ae86b3c6084c1e0c4eec86111a9f5..58eb698ac0f8d3dbb48f31a91703dfd64ba961d8 100644
(file)
--- 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
],
)