projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be89b4
)
targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers
author
Eric Engestrom
<eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:54:28 +0000
(
00:54
+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/gallium/targets/vdpau/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/targets/vdpau/meson.build
b/src/gallium/targets/vdpau/meson.build
index ed672e355ba2646c52ef8bec803821d21495fef6..155d5005b44b4dc2e9ae0ebde8d721ae75eb9d02 100644
(file)
--- a/
src/gallium/targets/vdpau/meson.build
+++ b/
src/gallium/targets/vdpau/meson.build
@@
-38,7
+38,7
@@
endif
libvdpau_gallium = shared_library(
'vdpau_gallium',
-
['target.c', xmlpool_options_h]
,
+
'target.c'
,
c_args : c_vis_args,
cpp_args : cpp_vis_args,
link_args : [vdpau_link_args, ld_args_gc_sections],
@@
-51,7
+51,7
@@
libvdpau_gallium = shared_library(
libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
],
dependencies : [
- idep_mesautil,
+ idep_mesautil,
idep_xmlconfig_headers,
driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
],
link_depends : vdpau_link_depends,