diff options
| author | Matthias Klumpp <matthias@tenstral.net> | 2015-09-09 18:16:05 (GMT) |
|---|---|---|
| committer | Matthias Klumpp <matthias@tenstral.net> | 2015-09-09 18:18:45 (GMT) |
| commit | d513cbf9351b690c6e4fa885385561218e5c1dbe (patch) | |
| tree | a0452d5b8803be4679d2e91d80bb85e609d39a4d | |
| parent | 11883b994d90300be535e8c4d69bee11e66f73ab (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.txt | 2 |
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) |
