mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 10:10:05 +01:00
Typo fix, and re-add GLcore to the dixmods build
This commit is contained in:
parent
8bc883c48c
commit
d69e9872ae
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ noinst_LTLIBRARIES = libdixmods.la
|
|||
SUBDIRS = extmod
|
||||
|
||||
if GLX
|
||||
GLXMODS = libglx.la # libGLcore.la
|
||||
GLXMODS = libglx.la libGLcore.la
|
||||
endif
|
||||
|
||||
module_LTLIBRARIES = libafb.la \
|
||||
|
|
@ -31,7 +31,7 @@ INCLUDES = @XORG_INCS@ \
|
|||
-I$(top_srcdir)/miext/shadow
|
||||
|
||||
libGLcore_la_LDFLAGS = -avoid-version
|
||||
libGLcore_la_LIBADD = $(top_srcdir)/GL/mesa/libGLcore.a
|
||||
libGLcore_la_LIBADD = $(top_srcdir)/GL/mesa/libGLcore.la
|
||||
libGLcore_la_SOURCES = GLcoremodule.c
|
||||
|
||||
libafb_la_LDFLAGS = -avoid-version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue