diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2020-08-07 16:41:49 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2020-08-07 17:30:21 +0200 |
commit | 3e9a6f80aadc911e390c1212a689427b4bb8dcfa (patch) | |
tree | dfd8411625a418304fd6c9adb6645f05015f4f2b /gst | |
parent | 34b1d195b7360fba6d70adb12072f1d25d377c8a (diff) |
build: update for gl pkg-config file split
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/378>
Diffstat (limited to 'gst')
-rw-r--r-- | gst/vaapi/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/vaapi/meson.build b/gst/vaapi/meson.build index d8c24c3b..42657592 100644 --- a/gst/vaapi/meson.build +++ b/gst/vaapi/meson.build @@ -38,7 +38,8 @@ gstvaapi = library('gstvaapi', c_args : gstreamer_vaapi_args + ['-DGST_USE_UNSTABLE_API'], include_directories : [configinc, libsinc], dependencies : [gstbase_dep, gstvideo_dep, gstallocators_dep, gstpbutils_dep, - libva_dep, gstlibvaapi_dep, gstgl_dep, libm], + libva_dep, gstlibvaapi_dep, gstgl_dep, gstglproto_dep, gstglx11_dep, gstglegl_dep, + gstglwayland_dep, libm], install : true, install_dir : plugins_install_dir, ) |