diff options
author | Slávek Banko <[email protected]> | 2020-07-04 18:28:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-04 18:28:34 +0200 |
commit | 8775f7e47dd473e49ecdd126f427f42f7567673d (patch) | |
tree | cad566a501583e348272ad332f31e90948ab3223 /src/sources | |
parent | ec0fb7f93ec542bd75262138328521b96ea7bb63 (diff) | |
download | kima-8775f7e47dd473e49ecdd126f427f42f7567673d.tar.gz kima-8775f7e47dd473e49ecdd126f427f42f7567673d.zip |
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources/CMakeLists.txt | 1 |
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} ) |