mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
Change all the protonames from <extension>Ext to <extension>Proto.
This commit is contained in:
parent
79256bd9ed
commit
9f1501a9c8
3 changed files with 5 additions and 5 deletions
|
|
@ -4,6 +4,6 @@ render_HEADERS = \
|
|||
renderproto.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = renderext.pc
|
||||
pkgconfig_DATA = renderproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh renderext.pc.in
|
||||
EXTRA_DIST = autogen.sh renderproto.pc.in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([RenderExt], [7.0], [xorg@lists.freedesktop.org])
|
||||
AC_INIT([RenderProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
renderext.pc])
|
||||
renderproto.pc])
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: RenderExt
|
||||
Name: RenderProto
|
||||
Description: Render extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Reference in a new issue