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
|
2006-08-18 20:20:28 +00:00
|
|
|
|
2007-10-31 09:47:39 -07:00
|
|
|
# Work around aliasing bugs - developers should comment this out
|
|
|
|
CFLAGS += -fno-strict-aliasing
|
|
|
|
|
2006-11-30 03:25:28 +00:00
|
|
|
DRIVER_DIRS = fbdev osmesa
|
2006-08-18 10:38:15 +00:00
|
|
|
|
|
|
|
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
|
2006-11-30 03:25:28 +00:00
|
|
|
OSMESA_LIB_DEPS = -lm -lpthread
|
2006-08-05 08:55:10 +00:00
|
|
|
|