summaryrefslogtreecommitdiff
path: root/configs/debian-osmesa16
blob: bfe906ce160f8ce55bb1b1766825dfad63e0b432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration for building OSMesa with support for 16 bits per color
# channel.

include $(TOP)/configs/debian-default
include $(TOP)/configs/linux-osmesa16

CONFIG_NAME = debian-osmesa16

override SRC_DIRS = mesa

# vim: ft=make