summaryrefslogtreecommitdiffstats
path: root/configs/linux-osmesa-static
diff options
context:
space:
mode:
Diffstat (limited to 'configs/linux-osmesa-static')
-rw-r--r--configs/linux-osmesa-static15
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/linux-osmesa-static b/configs/linux-osmesa-static
deleted file mode 100644
index eb3575f424b..00000000000
--- a/configs/linux-osmesa-static
+++ /dev/null
@@ -1,15 +0,0 @@
-# Configuration for building only libOSMesa on Linux, no Xlib driver
-# This doesn't really have any Linux dependencies, so it should be usable
-# on other (gcc-based) systems.
-
-include $(TOP)/configs/linux-osmesa
-
-CONFIG_NAME = linux-osmesa-static
-
-# Compiler and flags
-MKLIB_OPTIONS = -static
-PIC_FLAGS =
-
-# Library names
-OSMESA_LIB_NAME = lib$(OSMESA_LIB).a
-