# Configuration for Linux fbdev interface

include $(TOP)/configs/linux

CONFIG_NAME = linux-fbdev

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