summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@pris.hut.fi>2008-07-01 18:51:01 +0300
committerTimo Aaltonen <tjaalton@pris.hut.fi>2008-07-01 18:51:01 +0300
commit7ceaa0916a43d518cfc5f6fd1997d0bdcb9d5522 (patch)
tree7690ce79e9e90d5843778ca76fa2cf2e2755c3f2 /configs
parent4c958fbfb43e046ebd30efc7eb5e380f74b3e858 (diff)
Re-add linux-osmesa-static and linux-osmesa32-static
they were dropped by mistake during the merge.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-osmesa-static15
-rw-r--r--configs/linux-osmesa32-static13
2 files changed, 28 insertions, 0 deletions
diff --git a/configs/linux-osmesa-static b/configs/linux-osmesa-static
new file mode 100644
index 00000000000..eb3575f424b
--- /dev/null
+++ b/configs/linux-osmesa-static
@@ -0,0 +1,15 @@
+# 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
+
diff --git a/configs/linux-osmesa32-static b/configs/linux-osmesa32-static
new file mode 100644
index 00000000000..ecbb72ecfde
--- /dev/null
+++ b/configs/linux-osmesa32-static
@@ -0,0 +1,13 @@
+# Configuration for 32 bits/channel OSMesa library on Linux
+
+include $(TOP)/configs/linux-osmesa32
+
+CONFIG_NAME = linux-osmesa32-static
+
+# Compiler and flags
+MKLIB_OPTIONS = -static
+PIC_FLAGS =
+
+# Library names
+OSMESA_LIB_NAME = lib$(OSMESA_LIB).a
+