Files
third_party_mesa3d/configs/linux-fbdev

17 lines
336 B
Plaintext
Raw Normal View History

2005-05-05 13:07:52 +00:00
# Configuration for Linux fbdev interface
2005-04-29 17:30:29 +00:00
include $(TOP)/configs/linux
CONFIG_NAME = linux-fbdev
2010-05-27 09:39:59 -06:00
CFLAGS += -DUSE_GLFBDEV_DRIVER
# Work around aliasing bugs - developers should comment this out
CFLAGS += -fno-strict-aliasing
DRIVER_DIRS = fbdev osmesa
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
OSMESA_LIB_DEPS = -lm -lpthread