diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-04-28 01:31:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-29 02:01:03 +0200 |
commit | d7235b31b1f53695559f23aa0e62b9f347229502 (patch) | |
tree | c8a0f5293912b244ed13351845c22a8031f4cec7 /twin/compton-tde/common.h | |
parent | 7c55134dee71ab9a2f916ed2f61d33c45a7681df (diff) | |
download | tdebase-d7235b31b1f53695559f23aa0e62b9f347229502.tar.gz tdebase-d7235b31b1f53695559f23aa0e62b9f347229502.zip |
twin/compton: make CONFIG_XSYNC autoconfigurable to fix FTBFS with older libXext versions which doesn't provide XSyncFence
Diffstat (limited to 'twin/compton-tde/common.h')
-rw-r--r-- | twin/compton-tde/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/compton-tde/common.h b/twin/compton-tde/common.h index 6f61e7822..8a7bae6d5 100644 --- a/twin/compton-tde/common.h +++ b/twin/compton-tde/common.h @@ -61,7 +61,7 @@ // Whether to enable X Sync support. // #define CONFIG_XSYNC 1 // Whether to enable GLX Sync support. -// #define CONFIG_GLX_XSYNC 1 +// #define CONFIG_GLX_SYNC 1 // TDE specific options // #define USE_ENV_HOME 1 |