diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:37:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:37:27 +0000 |
commit | b50e6e06f22d3c653166e1817d75c3f4a98b2748 (patch) | |
tree | 6bb947525e32363ee985b71537c1e5dcdbd0e462 /xi.pc.in | |
parent | c1990aed3deb74e3bec72a99bf43debe53d8506a (diff) |
Autotool libXi
Diffstat (limited to 'xi.pc.in')
-rw-r--r-- | xi.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xi.pc.in b/xi.pc.in new file mode 100644 index 0000000..87a26ad --- /dev/null +++ b/xi.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xi +Description: X Input Extension Library +Version: @VERSION@ +Cflags: -I${includedir} @XI_CFLAGS@ +Libs: -L${libdir} -lXt @XI_LIBS@ |