diff options
author | infirit <[email protected]> | 2013-12-12 18:43:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-12 18:43:10 +0100 |
commit | f4ba323d85a2cbeca76144a753e9ffe7c36060f6 (patch) | |
tree | 3cbce9a9c1c1e64beb1dd5e8f14a9cb7c4631a53 | |
parent | 0de8bb6132dc03846dd2b5dbc24faef7f1b917b4 (diff) | |
download | eom-f4ba323d85a2cbeca76144a753e9ffe7c36060f6.tar.bz2 eom-f4ba323d85a2cbeca76144a753e9ffe7c36060f6.tar.xz |
Use GTK_API_VERSION in pkgconfig in files
-rw-r--r-- | data/eom.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/eom.pc.in b/data/eom.pc.in index 25a7fab..0ffa8f2 100644 --- a/data/eom.pc.in +++ b/data/eom.pc.in @@ -6,6 +6,6 @@ pluginsdir=@libdir@/eom/plugins Name: Eye of MATE Description: The MATE Image Viewer -Requires: gtk+-2.0, gio-2.0 +Requires: gtk+-@GTK_API_VERSION@, gio-2.0 Version: @VERSION@ Cflags: -I${includedir} |