summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2007-10-29 11:21:37 -0700
committerDan Nicholson <dbn.lists@gmail.com>2007-10-29 12:08:34 -0700
commita6319d18cfa788a1761e7e928fa98bc2a8dea6d8 (patch)
tree8b85d7071b8a50765dc120bed1f357710bf63f53 /configs
parent5103e883fd054dfd878dfeb176d90e24e05e852e (diff)
Build xdemos programs by default on linux-dri
Since libglut is no longer hardcoded, we can build the xdemos programs so long as a GLX enabled libGL and libGLU have been built. (cherry picked from commit 06ca14543ee3dc4ed35a98db71b0d4a7aa7d9371)
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-dri4
-rw-r--r--configs/linux-dri-xcb4
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/linux-dri b/configs/linux-dri
index 5f945a73f1a..246b9ab70c1 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -55,10 +55,10 @@ USING_EGL=0
# Directories
ifeq ($(USING_EGL), 1)
SRC_DIRS = egl glx/x11 mesa glu glut/glx glw
-PROGRAM_DIRS = egl
+PROGRAM_DIRS = egl xdemos
else
SRC_DIRS = glx/x11 mesa glu glut/glx glw
-PROGRAM_DIRS =
+PROGRAM_DIRS = xdemos
endif
DRIVER_DIRS = dri
diff --git a/configs/linux-dri-xcb b/configs/linux-dri-xcb
index 3db5293ea49..1f233f07f58 100644
--- a/configs/linux-dri-xcb
+++ b/configs/linux-dri-xcb
@@ -55,10 +55,10 @@ USING_EGL=0
# Directories
ifeq ($(USING_EGL), 1)
SRC_DIRS = egl glx/x11 mesa glu glut/glx glw
-PROGRAM_DIRS = egl
+PROGRAM_DIRS = egl xdemos
else
SRC_DIRS = glx/x11 mesa glu glut/glx glw
-PROGRAM_DIRS =
+PROGRAM_DIRS = xdemos
endif
DRIVER_DIRS = dri