Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Bump libwpe requirement to version 0.2 #58

Merged
merged 1 commit into from
Sep 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (COG_USE_WEBKITGTK)
else ()
list(APPEND COGCORE_API_HEADERS core/cog-platform.h)
list(APPEND COGCORE_SOURCES core/cog-platform.c)
pkg_check_modules(WEB_ENGINE REQUIRED wpe-webkit-0.1 wpe-0.1)
pkg_check_modules(WEB_ENGINE REQUIRED wpe-webkit-0.1 wpe-0.2)
endif ()

set(COGCORE_INCLUDE_DIRS ${WEB_ENGINE_INCLUDE_DIRS} ${SOUP_INCLUDE_DIRS})
Expand Down Expand Up @@ -149,7 +149,7 @@ if (NOT (WAYLAND_VERSION VERSION_LESS 1.10))
set(WAYLAND_1_10_OR_GREATER ON)
endif ()

pkg_check_modules(COGPLATFORM_FDO_DEPS REQUIRED wpe-webkit-0.1 wpe-0.1 wpebackend-fdo-0.1 egl xkbcommon)
pkg_check_modules(COGPLATFORM_FDO_DEPS REQUIRED wpe-webkit-0.1 wpe-0.2 wpebackend-fdo-0.1 egl xkbcommon)
pkg_check_modules(WAYLAND_EGL wayland-egl)

set(COGPLATFORM_FDO_INCLUDE_DIRS
Expand Down