45b482a91008cc7aba0ffb87de36a4b69b0a4bf7
[mesa.git] / configs / linux-fbdev
1 # Configuration for Linux fbdev interface
2
3 include $(TOP)/configs/linux
4
5 CONFIG_NAME = linux-fbdev
6
7 CFLAGS += -DUSE_GLFBDEV_DRIVER
8
9 # Work around aliasing bugs - developers should comment this out
10 CFLAGS += -fno-strict-aliasing
11
12 DRIVER_DIRS = fbdev osmesa
13
14 GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
15 OSMESA_LIB_DEPS = -lm -lpthread
16