diff options
author | Thierry Reding <[email protected]> | 2006-10-16 09:53:30 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-16 09:53:30 +0000 |
commit | be2b518f7bd69197c9f71708893008e1ec8adc5e (patch) | |
tree | 5c2f11fb132b2708fb12c0f6e4f517d4124c8d92 | |
parent | 1b0d29afbcfe8eeb1eca380b6bb6462c0eaa882c (diff) |
Also build a static version of libGLU.
-rw-r--r-- | configs/debian-static | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/debian-static b/configs/debian-static index 71129869eb6..db8cb79b060 100644 --- a/configs/debian-static +++ b/configs/debian-static @@ -5,5 +5,7 @@ include $(TOP)/configs/linux-static CONFIG_NAME = debian-static +override SRC_DIRS = mesa glu + # vim: ft=make |