mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 23:38:02 +02:00
Make sure we include agp function calls when needed too.
This commit is contained in:
parent
df847bfe0b
commit
5618f7e397
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#endif
|
||||
|
||||
#if __FreeBSD_version >= 400006
|
||||
#define __REALLY_HAVE_AGP 1
|
||||
#define __REALLY_HAVE_AGP __HAVE_AGP
|
||||
#endif
|
||||
|
||||
#define __REALLY_HAVE_MTRR 0
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#endif
|
||||
|
||||
#if __FreeBSD_version >= 400006
|
||||
#define __REALLY_HAVE_AGP 1
|
||||
#define __REALLY_HAVE_AGP __HAVE_AGP
|
||||
#endif
|
||||
|
||||
#define __REALLY_HAVE_MTRR 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue