diff --git a/src/autotype/CMakeLists.txt b/src/autotype/CMakeLists.txt index 1e33dd49..93447a8b 100644 --- a/src/autotype/CMakeLists.txt +++ b/src/autotype/CMakeLists.txt @@ -8,7 +8,7 @@ if(UNIX AND NOT APPLE) endif() if(X11_FOUND AND X11_Xi_FOUND AND X11_XTest_FOUND AND Qt5X11Extras_FOUND) - add_subdirectory(x11) + add_subdirectory(xcb) endif() endif()