mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
gallium: Only build intel_drm for linux-dri targets
This commit is contained in:
parent
0931b421d6
commit
3d514a9070
2 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos
|
|||
GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi sct translate rtasm util
|
||||
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
|
||||
GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover
|
||||
GALLIUM_WINSYS_COMMON_DIRS = intel_drm
|
||||
GALLIUM_WINSYS_COMMON_DIRS =
|
||||
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
|
||||
GALLIUM_WINSYS_DIRS = xlib egl_xlib
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue