summaryrefslogtreecommitdiff
path: root/configs/debian-osmesa32-static
blob: 237a632b90d3dcd2777fae4a038e54280736922d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration for building a static version of OSMesa with support for 32
# bits per color channel.

include $(TOP)/configs/debian-common
include $(TOP)/configs/linux-osmesa32-static

CONFIG_NAME = debian-osmesa32-static

override SRC_DIRS = mesa

# vim: ft=make