summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2006-10-16 13:04:29 +0000
committerThierry Reding <[email protected]>2006-10-16 13:04:29 +0000
commitc9db617e0b1764271e8a48450b356577132a82a3 (patch)
tree5448366e7f7dc086f23ad5f5e53562043936a9e7 /configs
parentb43137d0cc450abca5083f6fcd110dcefab32b04 (diff)
Make the debian-static a subclass of debian-swx11+glu-default, because that's
what it actually is. Rename it accordingly and add it to SWX11_GLU_CONFIGS. Install the libOSMesa.so symlink and the libOSMesa static library in the libgl1-mesa-swx11-dev package. Add .shlibs files for the libgl1-mesa-swx11, libgl1-mesa-glx and libglu1-mesa packages.
Diffstat (limited to 'configs')
-rw-r--r--configs/debian-static8
1 files changed, 3 insertions, 5 deletions
diff --git a/configs/debian-static b/configs/debian-static
index db8cb79b060..7e2d00cc9b6 100644
--- a/configs/debian-static
+++ b/configs/debian-static
@@ -1,11 +1,9 @@
-# Configuration for building static versions of the libraries.
+# Configuration for building static versions of the libraries (swx11 and GLU).
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
include $(TOP)/configs/linux-static
-CONFIG_NAME = debian-static
-
-override SRC_DIRS = mesa glu
+CONFIG_NAME = debian-swx11+glu-static
# vim: ft=make