diff options
author | Ian Romanick <[email protected]> | 2011-08-24 14:50:12 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-08-26 23:31:21 -0700 |
commit | 17645103aaa937d24d58d110b845200c637c2365 (patch) | |
tree | 51f771d5870b4fa07b102ab29e1b0da1d902723e /configs | |
parent | 5070903653028f357311848273f2a8b9a457fe96 (diff) |
mesa: Remove obsolete linux-fbdev software driver
Acked-by: Kristian Høgsberg <[email protected]>
Acked-by: Marek Olšák <[email protected]>
Acked-by: Alan Coopersmith <[email protected]>
Acked-by: Jakob Bornecrantz <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Build-Tested-by: Jakob Bornecrantz <[email protected]>
Tested-by: Eugeni Dodonov <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-fbdev | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configs/linux-fbdev b/configs/linux-fbdev deleted file mode 100644 index 45b482a9100..00000000000 --- a/configs/linux-fbdev +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for Linux fbdev interface - -include $(TOP)/configs/linux - -CONFIG_NAME = linux-fbdev - -CFLAGS += -DUSE_GLFBDEV_DRIVER - -# Work around aliasing bugs - developers should comment this out -CFLAGS += -fno-strict-aliasing - -DRIVER_DIRS = fbdev osmesa - -GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread -OSMESA_LIB_DEPS = -lm -lpthread - |