Move WebKit2GTK target version to root cmake file for consistency.
This commit is contained in:
parent
12834b11b5
commit
ef48c5daec
2 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue