summaryrefslogtreecommitdiff
path: root/backend/CMakeLists.txt
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-06-17 12:46:59 +0200
committerEugen Wissner <belka@caraus.de>2026-06-17 12:46:59 +0200
commit93cacaa6fe0b18609bbd9be51702ae2fed1ad663 (patch)
tree9eb0b47d678c736144cafe34f435e9154e0aad5e /backend/CMakeLists.txt
parent1d8a03a7b9121bb2c61e8ec315920c452516afcf (diff)
downloadkatja-master.tar.gz
Remove glib dependencyHEADmaster
Diffstat (limited to 'backend/CMakeLists.txt')
-rw-r--r--backend/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt
index 4c5a123..da37652 100644
--- a/backend/CMakeLists.txt
+++ b/backend/CMakeLists.txt
@@ -6,7 +6,7 @@ find_package(CURL)
find_package(PkgConfig REQUIRED)
find_package(SQLite3)
find_package(Boost REQUIRED COMPONENTS filesystem process)
-pkg_check_modules(deps REQUIRED IMPORTED_TARGET glib-2.0 gio-2.0 bzip2)
+pkg_check_modules(deps REQUIRED IMPORTED_TARGET bzip2)
add_library(backend)
target_sources(backend