diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-07-02 01:50:24 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-07-02 01:50:24 +0800 |
commit | efe42291cb264b35f746e883aeafc43b67d200ef (patch) | |
tree | ebfef80a2669c8ee6f8ded2a46d9c309b998727b /data | |
parent | d1c69d959436090fb4380f818812fd76649ca09b (diff) | |
download | gsoc2013-epiphany-efe42291cb264b35f746e883aeafc43b67d200ef.tar.gz gsoc2013-epiphany-efe42291cb264b35f746e883aeafc43b67d200ef.tar.zst gsoc2013-epiphany-efe42291cb264b35f746e883aeafc43b67d200ef.zip |
epiphany.pc.in: use 3.0 not 2.0 versions
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in index 880f31fd7..e06bd5bdb 100644 --- a/data/epiphany.pc.in +++ b/data/epiphany.pc.in @@ -12,6 +12,6 @@ features=@EPIPHANY_FEATURES@ Name: Epiphany Browser Description: GNOME Web Browser Version: @VERSION@ -Requires: gtk+-2.0, libxml-2.0, webkit-1.0 +Requires: gtk+-3.0, libxml-2.0, webkitgtk-3.0 Libs: -L${libdir} Cflags: -I${includedir} |