Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linux-fbdev 448B

123456789101112131415161718
  1. # Configuration for Linux fbdev interface
  2. include $(TOP)/configs/linux
  3. CONFIG_NAME = linux-fbdev
  4. CFLAGS += -DUSE_GLFBDEV_DRIVER
  5. # Work around aliasing bugs - developers should comment this out
  6. CFLAGS += -fno-strict-aliasing
  7. SRC_DIRS += glut/fbdev
  8. DRIVER_DIRS = fbdev osmesa
  9. GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
  10. OSMESA_LIB_DEPS = -lm -lpthread
  11. GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm