~midori/midori/nativeGTK+ErrorPages

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: RabbitBot
  • Author(s): Christian Dywan
  • Date: 2015-03-25 00:01:04 UTC
  • mfrom: (6904.3.2 midori.noWinforGcr)
  • Revision ID: rabbitbot-20150325000104-sle0nal5i3h78mpn
No Gcr on Win for the moment

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
    set(PKGS ${PKGS} zeitgeist-1.0)
188
188
endif()
189
189
 
190
 
if (${DEPS_libsoup-gnome-2.4_VERSION} VERSION_GREATER "2.34.0")
 
190
if (WIN32)
 
191
    add_definitions("-DGCR_VERSION=\"No\"")
 
192
elseif (${DEPS_libsoup-gnome-2.4_VERSION} VERSION_GREATER "2.34.0")
191
193
    if (USE_GTK3)
192
194
        pkg_check_modules(GCR REQUIRED gcr-3>=2.32)
193
195
    else ()