mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
Enable maintainer mode from autogen.sh. Fix vesa build to create library
before program. Remove bogus AC_SUBST lines for XSERVER_CFLAGS and
XSERVER_LIBS
This commit is contained in:
parent
e8c0229647
commit
a0876ade64
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/render \
|
||||
$(XSERVER_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = Xvesa
|
||||
|
||||
noinst_LIBRARIES = libvesa.a
|
||||
|
||||
bin_PROGRAMS = Xvesa
|
||||
|
||||
libvesa_a_SOURCES = \
|
||||
vesa.c \
|
||||
vbe.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue