diff options
author | monsta <[email protected]> | 2016-11-23 15:45:42 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 15:47:07 +0300 |
commit | aaa14762862f114786293d156dc6bf28c4de14ee (patch) | |
tree | ad9f8083bd5f17f6f525c2fbe96b07ea1bc86c3b /sendto/caja-sendto.pc.in | |
parent | 36145dee668768c58fad6530582b4d374a9017f0 (diff) | |
download | caja-extensions-aaa14762862f114786293d156dc6bf28c4de14ee.tar.bz2 caja-extensions-aaa14762862f114786293d156dc6bf28c4de14ee.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require caja >= 1.17.1 and libmate-desktop >= 1.17.0
Diffstat (limited to 'sendto/caja-sendto.pc.in')
-rw-r--r-- | sendto/caja-sendto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendto/caja-sendto.pc.in b/sendto/caja-sendto.pc.in index 575631e..b0daabf 100644 --- a/sendto/caja-sendto.pc.in +++ b/sendto/caja-sendto.pc.in @@ -6,5 +6,5 @@ pluginsdir=@libdir@/caja-sendto/plugins Name: caja-sendto Description: Extend caja-sendto through plugins Version: @VERSION@ -Requires: glib-2.0 gmodule-2.0 gtk+-@GTK_API_VERSION@ +Requires: glib-2.0 gmodule-2.0 gtk+-3.0 Cflags: -I${includedir}/caja-sendto |