From f1ab0e2d8a46d921e7e45ba7e246455e7b3c4b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 23 Aug 2022 04:04:45 +0200 Subject: X11: use input methods, abandon xkbcommon And fix a redundant XCreatePixmap() call leaking resources. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bb37ff..7a685c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ if (WITH_PULSE) list (APPEND extra_libraries ${libpulse_LIBRARIES}) endif () -pkg_check_modules (x11 x11 xkbcommon xrender xft fontconfig) +pkg_check_modules (x11 x11 xrender xft fontconfig) option (WITH_X11 "Use FFTW to enable spectrum visualisation" ${x11_FOUND}) if (WITH_X11) if (NOT x11_FOUND) -- cgit v1.2.3