diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | configs/linux-xorg | 13 |
2 files changed, 14 insertions, 0 deletions
@@ -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 |