diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-03-15 21:25:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-03-15 21:25:38 +0000 |
commit | 6fe377af5a82deb6f8b0f3b75414335e7845caac (patch) | |
tree | 5d5e3d284e3d9f1c7765279646e642dd1c70c351 /include/xorg-config.h.in | |
parent | 21f7f2fb113ee4f9cd011c3cc2d45d43bbdd35fa (diff) |
- OpenBSD needs -Wl,-export-dynamic to export symbols from main executable
to modules.
- Probe for OpenBSD aperture driver and define HAS_APERTURE_DRV
accordingly.
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index f74850182..9833fd4bb 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -106,6 +106,9 @@ /* System has wscons console */ #undef WSCONS_SUPPORT +/* System has /dev/xf86 aperture driver */ +#undef HAS_APERTURE_DRV + /* Has backtrace support */ #undef HAVE_BACKTRACE |