diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-12 15:02:29 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-01-16 11:13:00 -0500 |
commit | 7519914301a5cb2c5f0aedc5582f0da0e6eb3cdb (patch) | |
tree | 7984ece25cc37e042188e2aeae26830040ff707c /xf86miscproto.pc.in | |
parent | 5458e50a46d107b91518adfa7a989951376f9876 (diff) |
Fix .pc module versions
Just stuff the versions in the .pc file directly, @PACKAGE_VERSION@ is
the version set in configure.ac which is now different.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'xf86miscproto.pc.in')
-rw-r--r-- | xf86miscproto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86miscproto.pc.in b/xf86miscproto.pc.in index eb72923..af73fa3 100644 --- a/xf86miscproto.pc.in +++ b/xf86miscproto.pc.in @@ -5,5 +5,5 @@ includedir=@includedir@ Name: XF86MiscProto Description: XF86Misc extension headers -Version: @PACKAGE_VERSION@ +Version: 0.9.3 Cflags: -I${includedir} |