diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-04 17:41:25 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-11-04 17:41:25 -0800 |
commit | 8b87ce19741753eafbd99e7093bc3dea8f26e838 (patch) | |
tree | 5510c26613b789f281245c9ab13c4e0a14298cba /include | |
parent | 7ffbe9d232e3a4621a204448d67e434736465cbe (diff) |
Allow X server to build against libdrm 2.1
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 35700e460..84d693f5c 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -127,6 +127,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have version 2.2 (or newer) of the drm library */ +#undef HAVE_LIBDRM_2_2 + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM |