summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-08-07 16:41:49 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-08-07 17:30:21 +0200
commit3e9a6f80aadc911e390c1212a689427b4bb8dcfa (patch)
treedfd8411625a418304fd6c9adb6645f05015f4f2b /gst-libs/gst
parent34b1d195b7360fba6d70adb12072f1d25d377c8a (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-libs/gst')
-rw-r--r--gst-libs/gst/vaapi/meson.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst-libs/gst/vaapi/meson.build b/gst-libs/gst/vaapi/meson.build
index 527414f1..aadd4fd4 100644
--- a/gst-libs/gst/vaapi/meson.build
+++ b/gst-libs/gst/vaapi/meson.build
@@ -203,6 +203,7 @@ endif
gstlibvaapi_deps = [ gstbase_dep,
gstvideo_dep,
gstgl_dep,
+ gstglproto_dep,
gstcodecparsers_dep,
libva_dep,
libm ]
@@ -210,16 +211,16 @@ if USE_DRM
gstlibvaapi_deps += [libva_drm_dep, libdrm_dep, libudev_dep]
endif
if USE_EGL
- gstlibvaapi_deps += [egl_dep, gmodule_dep]
+ gstlibvaapi_deps += [egl_dep, gmodule_dep, gstglegl_dep]
endif
if USE_GLX
gstlibvaapi_deps += [libva_x11_dep, x11_dep, gl_dep, libdl_dep]
endif
if USE_WAYLAND
- gstlibvaapi_deps += [libva_wayland_dep, wayland_client_dep, wayland_protocols_dep]
+ gstlibvaapi_deps += [libva_wayland_dep, gstglwayland_dep, wayland_client_dep, wayland_protocols_dep]
endif
if USE_X11
- gstlibvaapi_deps += [libva_x11_dep, x11_dep, xrandr_dep]
+ gstlibvaapi_deps += [libva_x11_dep, x11_dep, xrandr_dep, gstglx11_dep]
endif
gstlibvaapi = static_library('gstlibvaapi-@0@'.format(api_version),