summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-11-27 20:38:00 +0000
committerRobert Bragg <robert@linux.intel.com>2013-11-28 17:19:14 +0000
commit79ad416515b55ece8b9151876456555ff3fede2f (patch)
tree3d5691ab9e30ef7b93f7910a45b652409e6c6b18
parente0b2255876c1cf11d124d5ae37cbe9a6e43777f1 (diff)
downloadcogl-79ad416515b55ece8b9151876456555ff3fede2f.tar.gz
configure: improve the error message if gbm missing
This improves the error message in the case where libgbm is missing when the KMS egl platform has been enabled. https://bugzilla.gnome.org/show_bug.cgi?id=706808 Reviewed-by: Neil Roberts <neil@linux.intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 14f284d0..a024234a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1081,7 +1081,7 @@ AS_IF([test "x$enable_kms_egl_platform" = "xyes"],
COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES gbm"
COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES libdrm"
],
- [AC_MSG_ERROR([Unable to locate required kms libraries])])
+ [AC_MSG_ERROR([Unable to locate required libgbm library for the KMS egl platform])])
GBM_VERSION=`$PKG_CONFIG --modversion gbm`
GBM_MAJOR=`echo $GBM_VERSION | cut -d'.' -f1`