mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
new config
This commit is contained in:
parent
5c81a4b9cd
commit
431417fec7
1 changed files with 9 additions and 0 deletions
9
configs/linux-fbdev
Normal file
9
configs/linux-fbdev
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Configuration for generic Linux
|
||||
|
||||
include $(TOP)/configs/linux
|
||||
|
||||
CONFIG_NAME = linux-fbdev
|
||||
DRIVER_DIRS = fbdev
|
||||
|
||||
CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DUSE_GLFBDEV_DRIVER
|
||||
|
||||
Loading…
Add table
Reference in a new issue