Newer
Older
From 773ae2fdbc39d31be83e9f12547b671887f205a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Sat, 17 Feb 2018 21:14:39 +0200
Subject: [PATCH] qml: Link against libEGL explicitly
---
ext/qt/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ext/qt/Makefile.am b/ext/qt/Makefile.am
index cf2f761c..7622cc0c 100644
--- a/ext/qt/Makefile.am
+++ b/ext/qt/Makefile.am
@@ -45,7 +45,8 @@ libgstqmlgl_la_LIBADD = \
$(GST_GL_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
$(GST_BASE_LIBS) \
- $(QT_LIBS)
+ $(QT_LIBS) \
+ -lEGL
libgstqmlgl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
--
2.16.1