From fbd1122a15d06223af7f0a2ca156e31344c56c82 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Wed, 20 Jan 2016 03:35:32 +0530 Subject: [PATCH] Fix the build --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf2f34d946..ba1ae11ae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -485,8 +485,8 @@ set(kwin_XLIB_LIBS ) if(X11_Xinput_FOUND) - set(kwin_XLIB_LIBS ${kwin_XLIB_LIBS} ${X11_Xinput_LIB} -) + set(kwin_XLIB_LIBS ${kwin_XLIB_LIBS} ${X11_Xinput_LIB}) +endif() set(kwin_XCB_LIBS XCB::XCB