mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 13:03:36 +00:00
kdrive: need not export symbols for glx anymore
This commit is contained in:
@@ -62,10 +62,6 @@ libxephyr_a_SOURCES = $(XEPHYR_SRCS)
|
||||
Xephyr_SOURCES = \
|
||||
ephyrinit.c
|
||||
|
||||
if GLX
|
||||
Xephyr_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||
endif
|
||||
|
||||
Xephyr_LDADD = \
|
||||
libxephyr.a \
|
||||
libxephyr-hostx.a \
|
||||
|
||||
@@ -16,10 +16,6 @@ libfake_a_SOURCES = \
|
||||
Xfake_SOURCES = \
|
||||
fakeinit.c
|
||||
|
||||
if GLX
|
||||
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||
endif
|
||||
|
||||
Xfake_LDADD = \
|
||||
libfake.a \
|
||||
@KDRIVE_LIBS@ \
|
||||
|
||||
@@ -14,10 +14,6 @@ bin_PROGRAMS = Xfbdev
|
||||
Xfbdev_SOURCES = \
|
||||
fbinit.c
|
||||
|
||||
if GLX
|
||||
Xfbdev_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||
endif
|
||||
|
||||
Xfbdev_LDADD = \
|
||||
libfbdev.a \
|
||||
@KDRIVE_LIBS@
|
||||
|
||||
@@ -7,10 +7,6 @@ bin_PROGRAMS = Xsdl
|
||||
|
||||
Xsdl_SOURCES = sdl.c
|
||||
|
||||
if GLX
|
||||
Xsdl_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||
endif
|
||||
|
||||
Xsdl_LDADD = \
|
||||
@KDRIVE_LIBS@ \
|
||||
@XSDL_LIBS@
|
||||
|
||||
@@ -19,10 +19,6 @@ libvesa_a_SOURCES = \
|
||||
Xvesa_SOURCES = \
|
||||
vesainit.c
|
||||
|
||||
if GLX
|
||||
Xvesa_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||
endif
|
||||
|
||||
Xvesa_LDADD = \
|
||||
libvesa.a \
|
||||
@KDRIVE_LIBS@
|
||||
|
||||
Reference in New Issue
Block a user