Merge lp:~dandrader/qtmir/updateMirVersion into lp:qtmir

Proposed by Daniel d'Andrada on 2016-02-01
Status: Merged
Approved by: Nick Dedekind on 2016-02-01
Approved revision: 439
Merged at revision: 448
Proposed branch: lp:~dandrader/qtmir/updateMirVersion
Merge into: lp:qtmir
Diff against target: 16 lines (+3/-3)
1 file modified
CMakeLists.txt (+3/-3)
To merge this branch: bzr merge lp:~dandrader/qtmir/updateMirVersion
Reviewer Review Type Date Requested Status
Nick Dedekind (community) 2016-02-01 Approve on 2016-02-01
Review via email: mp+284629@code.launchpad.net

Commit Message

Update mir version requirement

Description of the Change

* Are there any related MPs required for this MP to build/function as expected? Please list.
No

* Did you perform an exploratory manual test run of your code change and any related functionality?
cmake works as expected

* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
Not applicable

To post a comment you must log in.
Nick Dedekind (nick-dedekind) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-12-07 12:23:29 +0000
3+++ CMakeLists.txt 2016-02-01 15:31:23 +0000
4@@ -60,9 +60,9 @@
5
6 find_package(Threads REQUIRED)
7
8-pkg_check_modules(MIRSERVER mirserver>=0.17 REQUIRED)
9-pkg_check_modules(MIRCLIENT mirclient>=0.17 REQUIRED)
10-pkg_check_modules(MIRRENDERERGLDEV mir-renderer-gl-dev>=0.17 REQUIRED)
11+pkg_check_modules(MIRSERVER mirserver>=0.19 REQUIRED)
12+pkg_check_modules(MIRCLIENT mirclient>=0.19 REQUIRED)
13+pkg_check_modules(MIRRENDERERGLDEV mir-renderer-gl-dev>=0.19 REQUIRED)
14
15 pkg_check_modules(GLIB glib-2.0 REQUIRED)
16 pkg_check_modules(PROCESS_CPP process-cpp REQUIRED)

Subscribers

People subscribed via source and target branches