diff options
author | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
commit | c8483dc2831dc37d93a36804022f6b064f5962ea (patch) | |
tree | 599f145a848e10b75a1a8c314ed9c51031446506 /include/dix-config.h | |
parent | c97d11aec40d8fa07d6b456bf8694133a77d35f4 (diff) | |
download | vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.gz vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.bz2 vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.zip |
Solved compilation and link problems after last merge
Diffstat (limited to 'include/dix-config.h')
-rwxr-xr-x[-rw-r--r--] | include/dix-config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index a05707d38..726dfaba9 100644..100755 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -46,6 +46,9 @@ /* Build DPMS extension */ #define DPMSExtension 1 +/* Build DRI3 extension */ +/* #undef DRI3 */ + /* Build GLX extension */ #define GLXEXT @@ -71,6 +74,9 @@ /* Has backtrace support */ #undef HAVE_BACKTRACE +/* Has libunwind support */ +/* #undef HAVE_LIBUNWIND */ + /* Define to 1 if you have the <byteswap.h> header file. */ #define HAVE_BYTESWAP_H 1 @@ -266,6 +272,9 @@ /* Internal define for Xinerama */ #define PANORAMIX 1 +/* Support Present extension */ +#define PRESENT 1 + /* Overall prefix */ #define PROJECTROOT "." @@ -479,6 +488,9 @@ #include "dix-config-apple-verbatim.h" #endif +/* Have support for X shared memory fence library (xshmfence) */ +/* #undef HAVE_XSHMFENCE */ + #undef HAVE_AVC_NETLINK_ACQUIRE_FD #include <X11/Xwinsock.h> |