summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-10-27 00:54:49 +0100
committerEric Engestrom <[email protected]>2019-10-31 15:29:06 +0000
commit5774abe7254de5fd315bdb8303fe7c8d1602328b (patch)
tree0a28db3e2a4639de59153621bbf676040591ae85 /src
parentad8cd21def57e5cee7407a4a8ad4819aa9494ecb (diff)
targets/xvmc: 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')
-rw-r--r--src/gallium/targets/xvmc/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/xvmc/meson.build b/src/gallium/targets/xvmc/meson.build
index 52f83024a54..c107104bff2 100644
--- a/src/gallium/targets/xvmc/meson.build
+++ b/src/gallium/targets/xvmc/meson.build
@@ -33,7 +33,7 @@ endif
libxvmc_gallium = shared_library(
'XvMCgallium',
- ['target.c', xmlpool_options_h],
+ 'target.c',
c_args : c_vis_args,
cpp_args : cpp_vis_args,
link_args : [xvmc_link_args, ld_args_gc_sections],
@@ -45,7 +45,7 @@ libxvmc_gallium = shared_library(
libgalliumvlwinsys, libgalliumvl, libgallium,
libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
],
- dependencies : [idep_mesautil, driver_r600, driver_nouveau],
+ dependencies : [idep_mesautil, idep_xmlconfig_headers, driver_r600, driver_nouveau],
link_depends : xvmc_link_depends,
# Will be deleted during installation, see install_megadrivers.py
install : true,