diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-11-04 09:26:48 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-04 09:27:06 +0000 |
commit | bdcc9d17045ca3383b84581796a0b656c2b5e80c (patch) | |
tree | 73e23d8e5c0055f1b298473307c4a07fa50ea1b7 /configure.ac | |
parent | 9229e34a6b770f050ee4a5e01423b6ca5b9c55eb (diff) | |
download | gstreamer-plugins-bad-bdcc9d17045ca3383b84581796a0b656c2b5e80c.tar.gz |
kms: rename variable used
Since this includes kms.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5b78bb99b..e5df43cc0 100644 --- a/configure.ac +++ b/configure.ac @@ -2386,7 +2386,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 >= 2.4.55 libkms], HAVE_KMS=yes, HAVE_KMS=no) + PKG_CHECK_MODULES([KMS_DRM], [libdrm >= 2.4.55 libkms], HAVE_KMS=yes, HAVE_KMS=no) ]) dnl *** ladspa *** |