diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/debian-default | 1 | ||||
-rw-r--r-- | configs/debian-utils | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/configs/debian-default b/configs/debian-default index 3412bb351d1..b64a6806bad 100644 --- a/configs/debian-default +++ b/configs/debian-default @@ -8,6 +8,7 @@ SRC_DIRS = mesa PROGRAM_DIRS = INSTALL_DIR = $(DESTDIR)/usr +INSTALL = /usr/bin/install # vim: ft=make diff --git a/configs/debian-utils b/configs/debian-utils new file mode 100644 index 00000000000..1705802c79e --- /dev/null +++ b/configs/debian-utils @@ -0,0 +1,17 @@ +# Configuration defaults for building Mesa (swx11 and GLU). + +include $(TOP)/configs/debian-default + +CONFIG_NAME = debian-utils + +SRC_DIRS = +PROGRAM_DIRS = xdemos +PROGS = glxdemo \ + glxgears \ + glxheads \ + glxinfo + +APP_LIB_DEPS = -lGL + +# vim: ft=make + |