X11: use input methods, abandon xkbcommon

And fix a redundant XCreatePixmap() call leaking resources.
This commit is contained in:
2022-08-23 04:04:45 +02:00
parent 830a744a11
commit f1ab0e2d8a
3 changed files with 78 additions and 21 deletions

View File

@@ -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)