diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-08-26 22:11:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-08-26 22:11:45 -0700 |
commit | 7d54399cfdaa7f54e28828267a76b89c4e8e798f (patch) | |
tree | d617921d938538118c2dd94d1d37abbcc7414db3 /include | |
parent | affda73a1d6e291516880dfbcb74b661374524c6 (diff) |
Add XSERVER_LIBPCIACCESS to xorg-server.h when using libpciaccess
Diffstat (limited to 'include')
-rw-r--r-- | include/xorg-server.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 3c2ff470c..c117dfa33 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -251,4 +251,7 @@ /* Loadable XFree86 server awesomeness */ #undef XFree86LOADER +/* Use libpciaccess */ +#undef XSERVER_LIBPCIACCESS + #endif /* _XORG_SERVER_H_ */ |