mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
xproto: Stop generating Xfuncproto.h
This no longer varies at compile time, yay. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
c9120fbdce
commit
7409bb6612
3 changed files with 1 additions and 4 deletions
|
|
@ -308,6 +308,7 @@ xproto_HEADERS = \
|
|||
include/X11/Xatom.h \
|
||||
include/X11/Xdefs.h \
|
||||
include/X11/XF86keysym.h \
|
||||
include/X11/Xfuncproto.h \
|
||||
include/X11/Xfuncs.h \
|
||||
include/X11/X.h \
|
||||
include/X11/Xmd.h \
|
||||
|
|
@ -323,7 +324,6 @@ xproto_HEADERS = \
|
|||
include/X11/Xwinsock.h
|
||||
|
||||
nodist_xproto_HEADERS = \
|
||||
include/X11/Xfuncproto.h \
|
||||
include/X11/Xpoll.h
|
||||
|
||||
x11protopkgconfigdir = $(datadir)/pkgconfig
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@ XORG_WITH_FOP
|
|||
XORG_WITH_XSLTPROC
|
||||
XORG_CHECK_SGML_DOCTOOLS(1.8)
|
||||
|
||||
AC_CONFIG_HEADERS([do-not-use-config.h])
|
||||
AC_CONFIG_HEADERS([include/X11/Xfuncproto.h])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AC_ARG_ENABLE(legacy,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue