summaryrefslogtreecommitdiffstats
path: root/configs/debian-dri-default
diff options
context:
space:
mode:
Diffstat (limited to 'configs/debian-dri-default')
-rw-r--r--configs/debian-dri-default9
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/debian-dri-default b/configs/debian-dri-default
index 5fe6d787b33..31e90479c4a 100644
--- a/configs/debian-dri-default
+++ b/configs/debian-dri-default
@@ -7,8 +7,13 @@ CONFIG_NAME = debian-dri-default
OPT_FLAGS = -O3 -g
-SRC_DIRS = glx/x11 mesa
+SRC_DIRS = glx/x11 mesa progs
DRIVER_DIRS = dri
+PROGRAM_DIRS = xdemos
+PROGS = glxdemo \
+ glxgears \
+ glxheads \
+ glxinfo
LIB_DIR = lib/glx
@@ -27,5 +32,7 @@ ifeq ($(DEB_BUILD_ARCH), sparc)
DRI_DIRS += ffb
endif
+APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB)
+
# vim: ft=make