mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 16:50:13 +01:00
Fix NO_UNDEFINED build with statically linked fb
Stop trying to link to a shared library we no longer build
Fixes: commit c1703cdf3b - "xfree86: Link fb statically"
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
f107bde1e2
commit
b7dae57f1d
1 changed files with 0 additions and 3 deletions
|
|
@ -33,9 +33,6 @@ libglx_la_SOURCES = glxmodule.c
|
|||
|
||||
libshadow_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
|
||||
libshadow_la_LIBADD = $(top_builddir)/miext/shadow/libshadow.la
|
||||
if NO_UNDEFINED
|
||||
libshadow_la_LIBADD += libfb.la
|
||||
endif
|
||||
libshadow_la_SOURCES = shmodule.c
|
||||
|
||||
libdixmods_la_SOURCES = $(top_srcdir)/mi/miinitext.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue