mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Change all the protonames from <extension>Ext to <extension>Proto.
This commit is contained in:
parent
38587b1090
commit
9f9835c828
3 changed files with 5 additions and 5 deletions
|
|
@ -4,6 +4,6 @@ xf86bigfont_HEADERS = \
|
|||
xf86bigfstr.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = xf86bigfontext.pc
|
||||
pkgconfig_DATA = xf86bigfontproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh xf86bigfontext.pc.in
|
||||
EXTRA_DIST = autogen.sh xf86bigfontproto.pc.in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([XF86BigFontExt], [7.0], [xorg@lists.freedesktop.org])
|
||||
AC_INIT([XF86BigFontProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
xf86bigfontext.pc])
|
||||
xf86bigfontproto.pc])
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: XF86BigFontExt
|
||||
Name: XF86BigFontProto
|
||||
Description: XF86BigFont extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Reference in a new issue