mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 06:50:13 +01:00
Set CSRG_BASED on OSX
This commit is contained in:
parent
d12ecf0f66
commit
ff085deba1
1 changed files with 3 additions and 0 deletions
|
|
@ -372,6 +372,9 @@ case $host_os in
|
|||
*solaris*)
|
||||
PKG_CHECK_EXISTS(libdrm, DRI=yes, DRI=no)
|
||||
;;
|
||||
darwin*)
|
||||
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL(KDRIVE_HW, test "x$KDRIVE_HW" = xyes)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue