aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xvmc/meson.build')
-rw-r--r--src/gallium/targets/xvmc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc/meson.build b/src/gallium/targets/xvmc/meson.build
index 0af5b6477ce..f91ac4e8c0c 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',
+ ['target.c', xmlpool_options_h],
c_args : c_vis_args,
cpp_args : cpp_vis_args,
link_args : [xvmc_link_args, ld_args_gc_sections],