diff options
author | Stefano Karapetsas <[email protected]> | 2013-12-12 10:05:45 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-12-12 10:05:45 -0800 |
commit | 7ba7e03f4d5e2ecd3c77f9d9394521b7608ca05f (patch) | |
tree | f1e146df9abe9ae0c210d2e7e6a6d2c1c71564cb | |
parent | 49a08abd4e47acea66d5588b8141703ddb31f22e (diff) | |
parent | f4ba323d85a2cbeca76144a753e9ffe7c36060f6 (diff) | |
download | eom-7ba7e03f4d5e2ecd3c77f9d9394521b7608ca05f.tar.bz2 eom-7ba7e03f4d5e2ecd3c77f9d9394521b7608ca05f.tar.xz |
Merge pull request #34 from infirit/master
Use GTK_API_VERSION in pkgconfig in file
-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} |