diff options
author | Monsta <[email protected]> | 2014-12-23 11:17:55 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2014-12-23 11:17:55 +0300 |
commit | a884673c31d0e7a4eeb990b038500aa3d0d3355c (patch) | |
tree | c914e4e708e1d167c3e6356c911af8952d683ee1 /sendto/caja-sendto.pc.in | |
parent | 32a360d6c14df5f5338ac602cce3174c2443aa47 (diff) | |
download | caja-extensions-a884673c31d0e7a4eeb990b038500aa3d0d3355c.tar.bz2 caja-extensions-a884673c31d0e7a4eeb990b038500aa3d0d3355c.tar.xz |
sendto: use proper GTK+ version in .pc file
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 50f629f..575631e 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+-2.0 +Requires: glib-2.0 gmodule-2.0 gtk+-@GTK_API_VERSION@ Cflags: -I${includedir}/caja-sendto |