Commit 26a897bb authored by Andrew Voznytsa's avatar Andrew Voznytsa

Add EGL to gstreamer dependecies

parent 06e2b54b
......@@ -88,6 +88,7 @@ pkg_check_modules(GST
gstreamer-1.0>=1.14
gstreamer-video-1.0>=1.14
gstreamer-gl-1.0>=1.14
egl
)
if (GST_FOUND)
......
......@@ -15,7 +15,7 @@ LinuxBuild {
QT += x11extras waylandclient
CONFIG += link_pkgconfig
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
}
} 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