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-dri-x86-64 365B

1234567891011121314151617
  1. # -*-makefile-*-
  2. # Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
  3. include $(TOP)/configs/linux-dri
  4. CONFIG_NAME = linux-dri-x86-64
  5. ARCH_FLAGS = -m64
  6. ASM_FLAGS = -DUSE_X86_64_ASM
  7. MESA_ASM_SOURCES = $(X86-64_SOURCES)
  8. GLAPI_ASM_SOURCES = $(X86-64_API)
  9. LIB_DIR = lib64
  10. # Library/program dependencies
  11. EXTRA_LIB_PATH=-L/usr/X11R6/lib64