hurd: disable detecting drm

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Samuel Thibault 2015-10-19 14:47:42 +02:00 committed by Adam Jackson
parent ec6294116c
commit a4cd8ee5f8
1 changed files with 5 additions and 0 deletions

View File

@ -752,6 +752,11 @@ case $host_os in
XF86VIDMODE=no
fi
;;
gnu*)
DRM=no
DRI2=no
DRI3=no
;;
*) XQUARTZ=no ;;
esac