mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-28 04:48:22 +02:00
Change all the protonames from <extension>Ext to <extension>Proto.
This commit is contained in:
parent
af91f8a13d
commit
8daef2b603
3 changed files with 5 additions and 5 deletions
|
|
@ -8,6 +8,6 @@ gl_HEADERS = \
|
|||
glxtokens.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glext.pc
|
||||
pkgconfig_DATA = glproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh glext.pc.in
|
||||
EXTRA_DIST = autogen.sh glproto.pc.in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([GLExt], [7.0], [xorg@lists.freedesktop.org])
|
||||
AC_INIT([GLProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
glext.pc])
|
||||
glproto.pc])
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: GLExt
|
||||
Name: GLProto
|
||||
Description: GL extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Reference in a new issue