mesa/configs/linux-fbdev

19 lines
448 B
Plaintext
Raw Normal View History

2005-05-05 14:07:52 +01:00
# Configuration for Linux fbdev interface
2005-04-29 18:30:29 +01:00
include $(TOP)/configs/linux
CONFIG_NAME = linux-fbdev
2010-05-27 16:39:59 +01:00
CFLAGS += -DUSE_GLFBDEV_DRIVER
# Work around aliasing bugs - developers should comment this out
CFLAGS += -fno-strict-aliasing
2010-05-27 16:39:59 +01:00
SRC_DIRS += glut/fbdev
DRIVER_DIRS = fbdev osmesa
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
OSMESA_LIB_DEPS = -lm -lpthread
GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm