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 615B

12345678910111213141516171819
  1. # Configuration for Linux fbdev interface
  2. include $(TOP)/configs/linux
  3. CONFIG_NAME = linux-fbdev
  4. CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -DUSE_GLFBDEV_DRIVER
  5. # Work around aliasing bugs - developers should comment this out
  6. CFLAGS += -fno-strict-aliasing
  7. SRC_DIRS = gallium mesa glu glut/fbdev glew
  8. DRIVER_DIRS = fbdev osmesa
  9. PROGRAM_DIRS = fbdev demos redbook samples
  10. GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
  11. OSMESA_LIB_DEPS = -lm -lpthread
  12. GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm