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.
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| i810.c | ||
| i810.h | ||
| i810_cursor.c | ||
| i810_reg.h | ||
| i810_video.c | ||
| i810draw.c | ||
| i810draw.h | ||
| i810stub.c | ||