diff options
author | Eric Engestrom <[email protected]> | 2019-10-27 00:55:06 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-31 15:29:06 +0000 |
commit | 039797bef9afbe5e892d0dd04f0966b09aca9b3b (patch) | |
tree | 8d19fb3e75e546c194dd03380894203cc2f70a53 /src/mesa | |
parent | 5774abe7254de5fd315bdb8303fe7c8d1602328b (diff) |
dri: replace xmlpool_options_h with idep_xmlconfig_headers
Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/common/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/meson.build b/src/mesa/drivers/dri/common/meson.build index d9a9abdfb7a..50e652de125 100644 --- a/src/mesa/drivers/dri/common/meson.build +++ b/src/mesa/drivers/dri/common/meson.build @@ -22,10 +22,10 @@ inc_dri_common = include_directories('.') libdricommon = static_library( 'dricommon', - ['utils.c', 'utils.h', 'dri_util.c', 'dri_util.h', xmlpool_options_h], + files('utils.c', 'utils.h', 'dri_util.c', 'dri_util.h'), include_directories : [inc_common, inc_util], c_args : c_vis_args, - dependencies : dep_libdrm, + dependencies : [dep_libdrm, idep_xmlconfig_headers], build_by_default : false, ) |