~midori/midori/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Christian Dywan
  • Date: 2016-02-04 19:54:52 UTC
  • mto: This revision was merged to the branch mainline in revision 7100.
  • Revision ID: christian.dywan@canonical.com-20160204195452-7lh92srv4woyfrii
Checking for zeitgeist needs to fail if not found

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
endif()
169
169
 
170
170
if (USE_ZEITGEIST)
171
 
    pkg_check_modules(ZEITGEIST zeitgeist-2.0>=0.3.14)
 
171
    pkg_check_modules(ZEITGEIST REQUIRED zeitgeist-2.0>=0.3.14)
172
172
    set(OPTS_INCLUDE_DIRS "${OPTS_INCLUDE_DIRS};${ZEITGEIST_INCLUDE_DIRS}")
173
173
    set(OPTS_LIBRARIES "${OPTS_LIBRARIES};${ZEITGEIST_LIBRARIES}")
174
174
    add_definitions("-DHAVE_ZEITGEIST")