Enable libkms by default on DragonFly

Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
This commit is contained in:
François Tigeot 2014-02-17 10:07:54 +01:00 committed by Rob Clark
parent c5de5abbd9
commit 1d86869da6

View file

@ -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