projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd6fc0
)
loader: replace xmlpool_options_h with idep_xmlconfig_headers
author
Eric Engestrom
<eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:53:37 +0000
(
00:53
+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/loader/meson.build
patch
|
blob
|
history
diff --git
a/src/loader/meson.build
b/src/loader/meson.build
index 9d5a7968af4f6f8fa8a81d6b8e51c1164d264525..00ba1491c45da0b1c1befd64c686ae7c3102d4c9 100644
(file)
--- a/
src/loader/meson.build
+++ b/
src/loader/meson.build
@@
-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,
)