summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2016-09-13 20:08:19 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2016-09-14 10:39:51 +0200
commitfa4786a4019e4a4529ad7d2f87f246c0889f7b38 (patch)
tree958263cb31d71e08dbb3e4b37f38ce0df1d7f3a9 /configure.ac
parent7713bb763e02ba684612e50e66f85c7e15143de0 (diff)
downloadgstreamer-plugins-bad-fa4786a4019e4a4529ad7d2f87f246c0889f7b38.tar.gz
kmssink: update libdrm dependency to 2.4.55
The latest libdrm feature supported by kmssink is the universal plane, which was added in 2.4.55. Let's update the dependency to that version. https://bugzilla.gnome.org/show_bug.cgi?id=770146
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 86ca31414..9a25b2898 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2381,7 +2381,7 @@ dnl *** kms ***
translit(dnm, m, l) AM_CONDITIONAL(USE_KMS, true)
AG_GST_CHECK_FEATURE(KMS, [drm/kms libraries], kms, [
AG_GST_PKG_CHECK_MODULES(GST_ALLOCATORS, gstreamer-allocators-1.0)
- PKG_CHECK_MODULES([DRM], [libdrm libkms], HAVE_KMS=yes, HAVE_KMS=no)
+ PKG_CHECK_MODULES([DRM], [libdrm >= 2.4.55 libkms], HAVE_KMS=yes, HAVE_KMS=no)
])
dnl *** ladspa ***