diff options
author | Keith Packard <keithp@evo.keithp.com> | 2006-02-24 02:19:49 +0100 |
---|---|---|
committer | Keith Packard <keithp@evo.keithp.com> | 2006-02-24 02:19:49 +0100 |
commit | ce5d32236723e984c1e1a3d43d9d252c20092afe (patch) | |
tree | ebdfe70f152e6567ce1bacbc805fda03807f0044 /fixesproto.pc.in | |
parent | 248dc20d2d95d9c9a64cf9c97608c407d09d576d (diff) |
rename fixesext.pc.in to fixesproto.pc.in as per xorg
Diffstat (limited to 'fixesproto.pc.in')
-rw-r--r-- | fixesproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fixesproto.pc.in b/fixesproto.pc.in new file mode 100644 index 0000000..a8c038d --- /dev/null +++ b/fixesproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: FixesExt +Description: X Fixes extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} @XEXTENSIONS_CFLAGS@ |