diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-09-01 14:56:35 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-09-01 14:56:35 +0000 |
commit | 94fbdb5c6d2cdc7b70ecdabe22a9de8b9aabeced (patch) | |
tree | 596ed2f68ec1aab10c00be6b8d5a2852b300295b /include | |
parent | a65c5796133d126b1810749b5206607e7c42d787 (diff) |
Make RGB_PATH configurable.
Move I2C modules back to $(moduledir)/multimedia.
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index f4d40353a..fd681be53 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -388,4 +388,7 @@ /* Define to 1 if unsigned long is 64 bits. */ #undef _XSERVER64 +/* Define to location of RGB database */ +#undef RGB_PATH + #endif /* _DIX_CONFIG_H_ */ |