diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2014-04-07 00:10:55 +0400 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-29 01:51:47 +0200 |
commit | 394545c24c0e31d84ccb3d008c8da7c2e1f06451 (patch) | |
tree | 0fe738e30697871f9c3749de1641747aad2c8df8 /twin/compton-tde/compton_config.h.cmake | |
parent | 63dd66d0459abfa98d6e6eeec40fa4efd285a074 (diff) | |
download | tdebase-394545c24c0e31d84ccb3d008c8da7c2e1f06451.tar.gz tdebase-394545c24c0e31d84ccb3d008c8da7c2e1f06451.zip |
twin/compton-tde: transparent pass TDE build-time configure options to compot-tde
Diffstat (limited to 'twin/compton-tde/compton_config.h.cmake')
-rw-r--r-- | twin/compton-tde/compton_config.h.cmake | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/twin/compton-tde/compton_config.h.cmake b/twin/compton-tde/compton_config.h.cmake new file mode 100644 index 000000000..91cfad3be --- /dev/null +++ b/twin/compton-tde/compton_config.h.cmake @@ -0,0 +1,28 @@ +#include "config.h" + +// Whether to enable PCRE regular expression support in blacklists, enabled +// by default +#cmakedefine CONFIG_REGEX_PCRE 1 +// Whether to enable JIT support of libpcre. This may cause problems on PaX +// kernels. +#cmakedefine CONFIG_REGEX_PCRE_JIT 1 +// Whether to enable parsing of configuration files using libconfig. +#cmakedefine CONFIG_LIBCONFIG 1 +// Whether we are using a legacy version of libconfig (1.3.x). +#cmakedefine CONFIG_LIBCONFIG_LEGACY 1 +// Whether to enable DRM VSync support +#cmakedefine CONFIG_VSYNC_DRM 1 +// Whether to enable OpenGL support +#cmakedefine CONFIG_VSYNC_OPENGL 1 +// Whether to enable GLX GLSL support +#cmakedefine CONFIG_VSYNC_OPENGL_GLSL 1 +// Whether to enable GLX FBO support +#cmakedefine CONFIG_VSYNC_OPENGL_FBO 1 +// Whether to enable DBus support with libdbus. +#define CONFIG_DBUS 1 +// Whether to enable condition support. +#define CONFIG_C2 1 +// Whether to enable X Sync support. +#define CONFIG_XSYNC 1 +// Whether to enable GLX Sync support. +#cmakedefine CONFIG_GLX_XSYNC 1 |