Merge lp:~andrewsomething/sakura/lp717830 into lp:~dabisu/sakura/sakura

Proposed by Andrew Starr-Bochicchio
Status: Merged
Approved by: David Gómez
Approved revision: 339
Merge reported by: David Gómez
Merged at revision: not available
Proposed branch: lp:~andrewsomething/sakura/lp717830
Merge into: lp:~dabisu/sakura/sakura
Diff against target: 24 lines (+3/-3)
1 file modified
CMakeLists.txt (+3/-3)
To merge this branch: bzr merge lp:~andrewsomething/sakura/lp717830
Reviewer Review Type Date Requested Status
David Gómez Approve
Review via email: mp+49513@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Gómez (dabisu) :
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 2011-02-11 14:47:14 +0000
3+++ CMakeLists.txt 2011-02-12 18:25:59 +0000
4@@ -15,17 +15,17 @@
5
6 pkg_check_modules (GLIB REQUIRED glib-2.0>=2.20)
7 IF (NOT GLIB_FOUND)
8- MESSAGE(FATAL_ERROR "You don't seem to have glib >= 2.14 development libraries installed...")
9+ MESSAGE(FATAL_ERROR "You don't seem to have glib >= 2.20 development libraries installed...")
10 ENDIF (NOT GLIB_FOUND)
11
12 pkg_check_modules (GTK REQUIRED gtk+-2.0>=2.16)
13 IF (NOT GTK_FOUND)
14- MESSAGE(FATAL_ERROR "You don't seem to have gtk >= 2.10 development libraries installed...")
15+ MESSAGE(FATAL_ERROR "You don't seem to have gtk >= 2.16 development libraries installed...")
16 ENDIF (NOT GTK_FOUND)
17
18 pkg_check_modules (VTE REQUIRED vte>=0.26)
19 IF (NOT VTE_FOUND)
20- MESSAGE(FATAL_ERROR "You don't seem to have vte >= 0.16.15 development libraries installed...")
21+ MESSAGE(FATAL_ERROR "You don't seem to have vte >= 0.26 development libraries installed...")
22 ENDIF (NOT VTE_FOUND)
23
24 FIND_PROGRAM(POD2MAN pod2man)

Subscribers

People subscribed via source and target branches