exynos: fix scaling factor computation in g2d_copy_with_scale
[platform/upstream/libdrm.git] / configure.ac
index d2d19d6..1c78c45 100644 (file)
@@ -20,7 +20,7 @@
 
 AC_PREREQ([2.63])
 AC_INIT([libdrm],
-        [2.4.52],
+        [2.4.54],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
         [libdrm])
 
@@ -187,6 +187,7 @@ if test "x$LIBKMS" = xauto ; then
                linux*)         LIBKMS="yes" ;;
                freebsd* | kfreebsd*-gnu)
                                LIBKMS="yes" ;;
+               dragonfly*)     LIBKMS="yes" ;;
                *)              LIBKMS="no" ;;
        esac
 fi