diff options
author | Jakob Bornecrantz <[email protected]> | 2008-06-06 16:50:52 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-06-06 16:50:52 +0200 |
commit | 3d514a907045bc01ec5e2ceeb14c5620df10885d (patch) | |
tree | d0015b941fa76d2a318467a7f45dbc091ef8646a /configs/linux-dri | |
parent | 0931b421d67b8ce471f17d43c183017f1eb92e31 (diff) |
gallium: Only build intel_drm for linux-dri targets
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 3df15056c20..bd5e90dbdd0 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -64,6 +64,7 @@ endif DRIVER_DIRS = dri WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = dri egl_xlib +GALLIUM_WINSYS_COMMON_DIRS = intel_drm # gamma are missing because they have not been converted to use the new # interface. |