Merge lp:~midori/midori/zeitgeistRequired into lp:midori

Proposed by Cris Dywan
Status: Merged
Approved by: Paweł Forysiuk
Approved revision: 7099
Merged at revision: 7100
Proposed branch: lp:~midori/midori/zeitgeistRequired
Merge into: lp:midori
Diff against target: 12 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~midori/midori/zeitgeistRequired
Reviewer Review Type Date Requested Status
Paweł Forysiuk Approve
Review via email: mp+285110@code.launchpad.net

Commit message

Make configure fail early if library is not found with zeitgeist enabled

Description of the change

Without the REQUIRED the build actually continues until somewhere in the middle of the build headers and vapi's are missing.

To post a comment you must log in.
Revision history for this message
Paweł Forysiuk (tuxator) :
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-08-30 10:19:52 +0000
3+++ CMakeLists.txt 2016-02-04 20:07:17 +0000
4@@ -168,7 +168,7 @@
5 endif()
6
7 if (USE_ZEITGEIST)
8- pkg_check_modules(ZEITGEIST zeitgeist-2.0>=0.3.14)
9+ pkg_check_modules(ZEITGEIST REQUIRED zeitgeist-2.0>=0.3.14)
10 set(OPTS_INCLUDE_DIRS "${OPTS_INCLUDE_DIRS};${ZEITGEIST_INCLUDE_DIRS}")
11 set(OPTS_LIBRARIES "${OPTS_LIBRARIES};${ZEITGEIST_LIBRARIES}")
12 add_definitions("-DHAVE_ZEITGEIST")

Subscribers

People subscribed via source and target branches

to all changes: