mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
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>
10 lines
208 B
PkgConfig
10 lines
208 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: FixesProto
|
|
Description: X Fixes extension headers
|
|
Version: 5.0
|
|
Cflags: -I${includedir}
|
|
Requires: xextproto >= 7.0.99.1
|