mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
radeon: replace xmlpool_options_h with idep_xmlconfig_headers
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
2c9898a329
commit
fbb98ae0ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue