mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 08:58:16 +02:00
The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir
parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars
for linking with Xlib to avoid the conflict.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| demo1.c | ||
| demo2.c | ||
| demo3.c | ||
| eglgears.c | ||
| eglinfo.c | ||
| eglscreen.c | ||
| egltri.c | ||
| Makefile | ||
| peglgears.c | ||
| xegl_tri.c | ||
| xeglgears.c | ||
| xeglthreads.c | ||