diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | sendto/caja-sendto.pc.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9ae2513..9fb29e6 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,7 @@ case "$with_gtk" in GTK_REQUIRED=3.0.0 ;; esac +AC_SUBST(GTK_API_VERSION) # Common requirements PKG_CHECK_MODULES(CAJA, 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 |