From cbb31f2d6e674513c0f66484c414475baba09153 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Thu, 23 Jan 2014 14:46:05 +0000 Subject: drm: Implement drmCheckModesettingSupported() for FreeBSD Add the missing implementation of drmCheckModesettingSupported() to detect KMS support on FreeBSD (and GNU/kFreeBSD). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72847 Signed-off-by: Konstantin Belousov Signed-off-by: Robert Millan --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 969fb83b..d2d19d66 100644 --- a/configure.ac +++ b/configure.ac @@ -185,6 +185,8 @@ AC_CANONICAL_HOST if test "x$LIBKMS" = xauto ; then case $host_os in linux*) LIBKMS="yes" ;; + freebsd* | kfreebsd*-gnu) + LIBKMS="yes" ;; *) LIBKMS="no" ;; esac fi -- cgit v1.2.3