mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 14:30:04 +01:00
glcore gets linked with -ldl, -lpthread for s3tc and glapi
xserver needs
DLOPEN_LIBS - to dlopen the glcore dso
LD_EXPORT_SYMBOLS_FLAG - to export symbols for glcore to use
the ld flag is added to kdrive only when GLX is enabled, the net overhead for
Xephyr is ~155KB, could be reduced with --dynamic-list.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| nvidia.c | ||
| nvidia.h | ||
| nvidiacurs.c | ||
| nvidiadraw.c | ||
| nvidiadraw.h | ||
| nvidiastub.c | ||
| nvidiavideo.c | ||