mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 08:58:02 +02:00
Enable libkms by default on DragonFly
Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
This commit is contained in:
parent
c5de5abbd9
commit
1d86869da6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue