mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
need to specify Xlibs with APP_LIB_DEPS
This commit is contained in:
parent
1e04ff1741
commit
bdb1c3882f
1 changed files with 5 additions and 0 deletions
|
|
@ -19,3 +19,8 @@ OSMESA_LIB_DEPS =
|
|||
GLU_LIB_DEPS =
|
||||
GLUT_LIB_DEPS =
|
||||
GLW_LIB_DEPS =
|
||||
|
||||
# Need to specify all libraries we may need
|
||||
APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm \
|
||||
-L/usr/X11R6/lib/ -lX11 -lXmu -lXi -lpthread
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue