mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 07:00:11 +01:00
Change all the protonames from <extension>Ext to <extension>Proto.
This commit is contained in:
parent
60df602bf6
commit
47f7733ccc
3 changed files with 5 additions and 5 deletions
|
|
@ -9,6 +9,6 @@ video_HEADERS = \
|
|||
Xvproto.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = videoext.pc
|
||||
pkgconfig_DATA = videoproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh videoext.pc.in
|
||||
EXTRA_DIST = autogen.sh videoproto.pc.in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([VideoExt], [7.0], [xorg@lists.freedesktop.org])
|
||||
AC_INIT([VideoProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
videoext.pc])
|
||||
videoproto.pc])
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: VideoExt
|
||||
Name: VideoProto
|
||||
Description: Video extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Reference in a new issue