mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 10:08:01 +02:00
Change human-readable name from "XCBProto" to "XCB Proto"; this changes the
tarname to "xcb-proto", which matches the Debian package and looks better than "xcbproto".
This commit is contained in:
parent
79ca7d7608
commit
9dc2b4d4ab
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([XCBProto],
|
||||
AC_INIT([XCB Proto],
|
||||
0.9,
|
||||
[xcb@lists.freedesktop.org])
|
||||
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ prefix=@prefix@
|
|||
includedir=@includedir@
|
||||
xcbincludedir=@xcbincludedir@
|
||||
|
||||
Name: XCBProto
|
||||
Name: XCB Proto
|
||||
Description: X protocol descriptions for XCB
|
||||
Version: @PACKAGE_VERSION@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue