diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-09-12 07:07:59 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-09-12 07:07:59 +0000 |
commit | ade158d238475ce923fbc5c49275c78cf3864223 (patch) | |
tree | 0d836c8669fbe7bc73653d2daf1fe43ed2b8b71c /include/xorg-config.h.in | |
parent | 34dc481a16c0c1cbd69a9ec7172331b59b85e9a7 (diff) |
Define WITH_VGAHW, since we always build it; add to Xorg headers.
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 a4089d892..241279588 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -76,4 +76,7 @@ /* Define to 1 if unsigned long is 64 bits. */ #undef _XSERVER64 +/* Building vgahw module */ +#undef WITH_VGAHW + #endif /* _XORG_CONFIG_H_ */ |