summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-02-02 01:58:50 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-02-02 02:01:40 +0100
commit599516abcaf62b3c1eaf92db091f4615d2d4f9f2 (patch)
tree29786be9126d25be55fb09b0cdd32dadbc91bef3
parent270ce504052d415870a25ab59818b2309eb8ac13 (diff)
mesa: Add new build target for xorg driversgallium-xorg-driver
-rw-r--r--Makefile1
-rw-r--r--configs/linux-xorg13
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 875f93bd4a..83a5896f6b 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 0000000000..e307b937ed
--- /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