diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2005-07-29 00:48:12 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@gmail.com> | 2005-07-29 00:48:12 +0000 |
commit | 4ce390b9333decc8ffa30ccfc73f8cf264aeea95 (patch) | |
tree | 82c7d9cf3f904c419b0ce09485cde2b0e6990704 /configs | |
parent | df68d11b47ffda570b77de6a11bf1afc311f86b2 (diff) |
Commit Ian's fixes from Bug 3877
I have tested these on miniglx and they seem to be working.
I'm sure Dave will give them a better test.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-solo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index 37e13ee557..def1b7e21c 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -35,7 +35,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 = egl mesa glx/mini glu glut/mini +SRC_DIRS = egl glx/mini mesa glu glut/mini DRIVER_DIRS = dri PROGRAM_DIRS = miniglx egl |