summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-07-04 18:28:34 +0200
committerSlávek Banko <[email protected]>2020-07-04 18:28:48 +0200
commit42e507dffb13a69e0c5130e045b9394328956d26 (patch)
treed940628dcde958090e95c82aae647f8707730ffb /src
parentb9d4f66a64f1b5d53179d86e1158a1b9d3f5eed4 (diff)
downloadkima-42e507dffb13a69e0c5130e045b9394328956d26.tar.gz
kima-42e507dffb13a69e0c5130e045b9394328956d26.zip
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 8775f7e47dd473e49ecdd126f427f42f7567673d)
Diffstat (limited to 'src')
-rw-r--r--src/sources/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sources/CMakeLists.txt b/src/sources/CMakeLists.txt
index 3b407bd..b83baea 100644
--- a/src/sources/CMakeLists.txt
+++ b/src/sources/CMakeLists.txt
@@ -43,4 +43,5 @@ tde_add_library( sources STATIC_PIC AUTOMOC
LINK
tdecore-shared
${NVCONTROL_LIBRARIES}
+ ${XEXT_LIBRARIES}
)