diff options
author | Jon Smirl <[email protected]> | 2005-08-07 02:13:14 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2005-08-07 02:13:14 +0000 |
commit | 7e5da5d52629bfa68f83429254eab0304cf346bd (patch) | |
tree | f6187f75f429920baadde115202184f282a21766 /configs | |
parent | 94a4eb1e7806bfcb52f6cd48f8071238da7e2cf8 (diff) |
Enable EGL support in 'linux-dri' config
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index ae0325e4134..7902ce9339c 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -38,14 +38,14 @@ ASM_SOURCES = # Library/program dependencies EXTRA_LIB_PATH=-L/usr/X11R6/lib -DRI_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread -lexpat -ldl +DRI_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread -lexpat -ldl -L$(LIB_DIR) -lEGL -lEGLdri GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lm -lpthread -ldl # Directories -SRC_DIRS = glx/x11 mesa glu glut/glx glw +SRC_DIRS = egl glx/x11 mesa glu glut/glx glw DRIVER_DIRS = dri -PROGRAM_DIRS = +PROGRAM_DIRS = egl WINDOW_SYSTEM=dri # gamma are missing because they have not been converted to use the new |