Commit 6d975996 authored by Andrew Voznytsa's avatar Andrew Voznytsa

Add EGL to gstreamer dependecies

parent be0cef2f
...@@ -88,6 +88,7 @@ pkg_check_modules(GST ...@@ -88,6 +88,7 @@ pkg_check_modules(GST
gstreamer-1.0>=1.14 gstreamer-1.0>=1.14
gstreamer-video-1.0>=1.14 gstreamer-video-1.0>=1.14
gstreamer-gl-1.0>=1.14 gstreamer-gl-1.0>=1.14
egl
) )
if (GST_FOUND) if (GST_FOUND)
......
...@@ -15,7 +15,7 @@ LinuxBuild { ...@@ -15,7 +15,7 @@ LinuxBuild {
QT += x11extras waylandclient QT += x11extras waylandclient
CONFIG += link_pkgconfig CONFIG += link_pkgconfig
packagesExist(gstreamer-1.0) { packagesExist(gstreamer-1.0) {
PKGCONFIG += gstreamer-1.0 gstreamer-video-1.0 gstreamer-gl-1.0 PKGCONFIG += gstreamer-1.0 gstreamer-video-1.0 gstreamer-gl-1.0 egl
CONFIG += VideoEnabled CONFIG += VideoEnabled
} }
} else:MacBuild { } else:MacBuild {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment