summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klumpp <matthias@tenstral.net>2015-09-09 18:16:05 (GMT)
committerMatthias Klumpp <matthias@tenstral.net>2015-09-09 18:17:44 (GMT)
commit7c5f0737624f136256721bd9febe0473664d6224 (patch)
treeebe9fe07b56a7e761e40ee3892e8cedb28bd1f01
parent720c49df7640d701840ba55b46613683f6fc1205 (diff)
Require the right ASQt version
The AppStreamQt versions are now aligned with AppStream versions, to give better control over the feature-level an ASQt-based application requires (and to make maintenance easier and avoid confusion). Unfortunately, the version number became lower with that, this patch adjusts Muon to reflect that.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 240dce5..8fb9e28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ else()
endif()
if(packagekitqt5_FOUND OR AkabeiClient_FOUND)
- find_package(AppstreamQt 1.1)
+ find_package(AppstreamQt 0.8.4)
endif()
endif()
find_package(KF5Attica)