summaryrefslogtreecommitdiffstats
path: root/configs/debian-default
blob: aae6ce3ed988fd5642e580e46b24e1ce7bc6723e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Debian-specific defaults for the default Mesa configuration.
#
# Yes, this is somewhat confusing: this is different from debian-common in
# that debian-common only sets general compilation flags while this file
# overrides the directories that are actually built by default.

include $(TOP)/configs/debian-common

CONFIG_NAME = debian-default

override SRC_DIRS = mesa glu
override PROGRAM_DIRS =

# vim: ft=make