diff options
author | Michael Terry <mike@mterry.name> | 2011-06-01 15:24:28 -0400 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-06-01 15:24:28 -0400 |
commit | 5ddcf6b51cdcb8d793748ff4a812f843a0d4f6e7 (patch) | |
tree | 67cdd3557d77ae36dbc61ed05cd6c136bf4f2fe8 /libido3.pc.in | |
parent | 3e67ec3d19dd4e31ec68b1b9c33f4b330c7672a3 (diff) | |
download | ayatana-ido-5ddcf6b51cdcb8d793748ff4a812f843a0d4f6e7.tar.gz ayatana-ido-5ddcf6b51cdcb8d793748ff4a812f843a0d4f6e7.tar.bz2 ayatana-ido-5ddcf6b51cdcb8d793748ff4a812f843a0d4f6e7.zip |
allow building either gtk2 or gtk3 versions; some deprecation cleanups
Diffstat (limited to 'libido3.pc.in')
-rw-r--r-- | libido3.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libido3.pc.in b/libido3.pc.in new file mode 100644 index 0000000..db3ed1b --- /dev/null +++ b/libido3.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libido +Description: Ayatana Indicator Display Objects +Version: @VERSION@ +Libs: -L${libdir} -lido3-0.1 +Cflags: -I${includedir}/libido3-0.1 +Requires: gtk+-3.0 |