Skip to content
Snippets Groups Projects
Commit 69509641 authored by Dave Airlie's avatar Dave Airlie
Browse files

make egl build first so we don't get wierd drivers linking to libs not available

yet
parent 978d2fda
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lm
APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm -lpthread
# Directories
SRC_DIRS = mesa egl glx/mini glu glut/mini
SRC_DIRS = egl mesa glx/mini glu glut/mini
DRIVER_DIRS = dri
PROGRAM_DIRS = miniglx egl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment