Move WebKit2GTK target version to root cmake file for consistency.

This commit is contained in:
Michael James Gratton 2016-12-21 20:12:06 +10:30
parent 12834b11b5
commit ef48c5daec
2 changed files with 1 additions and 2 deletions

View file

@ -29,6 +29,7 @@ set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)
#
set(TARGET_GLIB 2.42) # Also passed to valac, so don't include a point rev
set(TARGET_GTK 3.14.0)
set(TARGET_WEBKIT 2.10)
if (NOT ISO_CODE_639_XML)
find_path(ISOCODES_DIRECTORY NAMES iso_639.xml PATHS ${CMAKE_INSTALL_PREFIX} /usr/share/xml/iso-codes)

View file

@ -485,8 +485,6 @@ else ()
)
endif ()
set(TARGET_WEBKIT 2.10)
pkg_check_modules(DEPS REQUIRED
gthread-2.0
glib-2.0>=${TARGET_GLIB}.0