diff options
author | Thierry Reding <[email protected]> | 2006-10-20 07:43:50 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-20 07:43:50 +0000 |
commit | 24ff74bdcba2508bf5f7d97041a620fe0071d0de (patch) | |
tree | 9e3b0a4f4e4d613d3a54b0034328f983c14f5544 /configs/debian-osmesa-default | |
parent | 230e79916f877f87bcf7bc6b2a3eca014e54249d (diff) |
Add configurations to build static versions of the default OSMesa library.
In all Debian-specific configurations, include the Debian defaults
configuration after the Mesa configurations and drop the 'override' for all
variables because it is no longer needed.
Diffstat (limited to 'configs/debian-osmesa-default')
-rw-r--r-- | configs/debian-osmesa-default | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/debian-osmesa-default b/configs/debian-osmesa-default new file mode 100644 index 00000000000..ef5a5ba0c7c --- /dev/null +++ b/configs/debian-osmesa-default @@ -0,0 +1,10 @@ +# Configuration defaults for building OSMesa. + +include $(TOP)/configs/debian-default + +CONFIG_NAME = debian-osmesa-default + +DRIVER_DIRS = osmesa + +# vim: ft=make + |