mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 23:20:36 +02:00
loader: 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
0bd6fc0a84
commit
71ca5fb68a
1 changed files with 2 additions and 2 deletions
|
|
@ -37,11 +37,11 @@ endif
|
|||
|
||||
libloader = static_library(
|
||||
'loader',
|
||||
['loader.c', 'pci_id_driver_map.c', xmlpool_options_h],
|
||||
['loader.c', 'pci_id_driver_map.c'],
|
||||
c_args : [c_vis_args, '-DUSE_DRICONF',
|
||||
'-DDEFAULT_DRIVER_DIR="@0@"'.format(dri_search_path),
|
||||
],
|
||||
include_directories : [inc_include, inc_src, inc_util],
|
||||
dependencies : [dep_libdrm, dep_thread],
|
||||
dependencies : [dep_libdrm, dep_thread, idep_xmlconfig_headers],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue