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:18:45 (GMT)
commitd513cbf9351b690c6e4fa885385561218e5c1dbe (patch)
treea0452d5b8803be4679d2e91d80bb85e609d39a4d
parent11883b994d90300be535e8c4d69bee11e66f73ab (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 076e267..2ab7aea 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)