mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-18 15:28:27 +02:00
Fix build of drivers with 1.6.2 when not using --install-libxf86config
c859b736d1 removed duplicate entries for
these from the Makefile, but removed a different set than was done in
master branch, causing xf86Parser.h to not be installed, which in turn
breaks the build of drivers like -ati, -intel & -nv that use xf86Modes.h,
which includes xf86Parser.h
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
6f1aff5a2b
commit
396d3a7762
1 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,5 @@
|
|||
if INSTALL_LIBXF86CONFIG
|
||||
lib_LIBRARIES = libxf86config.a
|
||||
LIBHEADERS = \
|
||||
xf86Optrec.h \
|
||||
xf86Parser.h
|
||||
else
|
||||
noinst_LIBRARIES = libxf86config.a
|
||||
endif
|
||||
|
|
@ -30,9 +27,8 @@ AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
|
|||
EXTRA_DIST = \
|
||||
Configint.h \
|
||||
configProcs.h \
|
||||
xf86Optrec.h \
|
||||
xf86Parser.h \
|
||||
xf86tokens.h
|
||||
|
||||
sdk_HEADERS = \
|
||||
$(LIBHEADERS)
|
||||
xf86Optrec.h \
|
||||
xf86Parser.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue