mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
configure.ac: fix build on GNU/kFreeBSD
Based on existing patch from Debian package. Debian bug: http://bugs.debian.org/524690 Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
parent
9d805c96eb
commit
4f4da81dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -970,7 +970,7 @@ if test "x$enable_dri" = xyes; then
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
freebsd* | dragonfly* | *netbsd* | openbsd*)
|
||||
*freebsd* | dragonfly* | *netbsd* | openbsd*)
|
||||
DEFINES="$DEFINES -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1"
|
||||
DEFINES="$DEFINES -DHAVE_ALIAS"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue