summaryrefslogtreecommitdiff
path: root/ext/wpe/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wpe/meson.build')
-rw-r--r--ext/wpe/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wpe/meson.build b/ext/wpe/meson.build
index 9381e9b08..96b30a99a 100644
--- a/ext/wpe/meson.build
+++ b/ext/wpe/meson.build
@@ -17,7 +17,7 @@ if not wpe_dep.found() or not wpe_fdo_dep.found() or not egl_dep.found() or not
endif
gstwpe = library('gstwpe',
- ['WPEThreadedView.cpp', 'gstwpesrc.cpp'],
+ ['WPEThreadedView.cpp', 'gstwpe.cpp', 'gstwpevideosrc.cpp', 'gstwpesrcbin.cpp'],
dependencies : [egl_dep, wpe_dep, wpe_fdo_dep, gstvideo_dep, gstbase_dep, gstgl_dep, xkbcommon_dep, wl_server_dep],
cpp_args : gst_plugins_bad_args + ['-DHAVE_CONFIG_H=1'],
include_directories : [configinc],