diff options
author | David Nusinow <dnusinow@debian.org> | 2007-10-22 21:30:04 -0400 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2007-10-22 21:30:04 -0400 |
commit | d808d653d1fc16f1d5af76ab00fa862fb80fa3ba (patch) | |
tree | 0e86cadf01f83e366614589c034f7e69088125d7 /include | |
parent | 29e0e180729a4f0cc020985a4de4c8bc4b9c7f5f (diff) |
Define PCI_TXT_IDS_DIR more cleanly
Diffstat (limited to 'include')
-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 b9643a2a4..8e52ae106 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -115,4 +115,7 @@ /* Have execinfo.h */ #undef HAVE_EXECINFO_H +/* Path to text files containing PCI IDs */ +#undef PCI_TXT_IDS_PATH + #endif /* _XORG_CONFIG_H_ */ |