Skip to content

Commit 4066f79

Browse files
authored
Fix deb (#48)
Update required cskk version for deb building.
1 parent b92edb2 commit 4066f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(PkgConfig REQUIRED)
1616
find_package(Fcitx5Core 5.0.6 REQUIRED)
1717
find_package(Fcitx5Utils 5.0.6 REQUIRED)
1818

19-
pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.8.1")
19+
pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.8.2")
2020

2121
option(ENABLE_QT "Enable Qt for GUI configuration" On)
2222

0 commit comments

Comments
 (0)