summaryrefslogtreecommitdiffstats
path: root/twin/compton-tde/compton_config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-18 20:53:07 +0900
committerMichele Calgaro <[email protected]>2024-08-18 20:53:07 +0900
commit2bc7176522c8cb2b154894312e2687686d7885d8 (patch)
tree24bae54df326c0f4b7bd61899695b1fd6f99d137 /twin/compton-tde/compton_config.h.cmake
parent1fe99ddf2ea7b62d4a0c4afc1c47d44372aa8e96 (diff)
downloadtdebase-2bc7176522c8cb2b154894312e2687686d7885d8.tar.gz
tdebase-2bc7176522c8cb2b154894312e2687686d7885d8.zip
twin compton: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin/compton-tde/compton_config.h.cmake')
-rw-r--r--twin/compton-tde/compton_config.h.cmake10
1 files changed, 4 insertions, 6 deletions
diff --git a/twin/compton-tde/compton_config.h.cmake b/twin/compton-tde/compton_config.h.cmake
index bf3f22543..b534b1b80 100644
--- a/twin/compton-tde/compton_config.h.cmake
+++ b/twin/compton-tde/compton_config.h.cmake
@@ -1,11 +1,9 @@
#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 PCRE2 regular expression support in blacklists, enabled by default
+#cmakedefine CONFIG_REGEX_PCRE2 1
+// Whether to enable JIT support of libpcre2. This may cause problems on PaX kernels.
+#cmakedefine CONFIG_REGEX_PCRE2_JIT 1
// Whether to enable parsing of configuration files using libconfig.
#cmakedefine CONFIG_LIBCONFIG 1