I'm trying to build Geary on fc20 (x86_64). This is the output though:
% ./configure
cmake version 2.8.12.2
-- The C compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Icon cache will be updated
-- Desktop database will be updated
-- Generated desktop file will be checked for errors
-- Help translations will be generated and installed
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- xgettext found
-- Found Vala: /usr/bin/valac
-- checking for a minimum Vala version of 0.22.1
-- found Vala, version 0.24.0
-- Found vapigen: /usr/bin/vapigen
-- Unity messaging menu support: OFF
-- Unity launcher support: OFF
CMake Error at src/CMakeLists.txt:498 (message):
WebKitGTK not installed / unknown version detected
I have WebKitGTK installed:
% dnf info webkitgtk
Installed Packages
Name : webkitgtk
Arch : x86_64
Epoch : 0
Version : 2.2.7
Release : 3.fc20
...
I'm not quite sure where to go from here...