Mesa (gallium-xorg-driver): mesa: Add new build target for xorg drivers

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Feb 2 01:05:30 UTC 2009


Module: Mesa
Branch: gallium-xorg-driver
Commit: 599516abcaf62b3c1eaf92db091f4615d2d4f9f2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=599516abcaf62b3c1eaf92db091f4615d2d4f9f2

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Mon Feb  2 01:58:50 2009 +0100

mesa: Add new build target for xorg drivers

---

 Makefile           |    1 +
 configs/linux-xorg |   13 +++++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 875f93b..83a5896 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,7 @@ linux-x86-64-static \
 linux-x86-glide \
 linux-x86-profile \
 linux-x86-static \
+linux-xorg \
 netbsd \
 openbsd \
 osf1 \
diff --git a/configs/linux-xorg b/configs/linux-xorg
new file mode 100644
index 0000000..e307b93
--- /dev/null
+++ b/configs/linux-xorg
@@ -0,0 +1,13 @@
+# -*-makefile-*-
+# Configuration for linux-xorg: Linux DRI and Xorg drivers
+
+include $(TOP)/configs/linux-dri-debug
+
+CONFIG_NAME = linux-xorg
+
+# GALLIUM_DIRS
+# GALLIUM_AUXILIARY_DIRS
+# GALLIUM_DRIVER_DIRS
+GALLIUM_WINSYS_DIRS = drm
+GALLIUM_WINSYS_DRM_DIRS = intel
+GALLIUM_STATE_TRACKERS_DIRS = xorg egl




More information about the mesa-commit mailing list