mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 03:10:41 +02:00
intel: Only build winsys with built state trackers
This commit is contained in:
parent
3ede3776e2
commit
e46dca58b2
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ TOP = ../../../../..
|
|||
include $(TOP)/configs/current
|
||||
|
||||
|
||||
SUBDIRS = gem egl
|
||||
# Always build gem and then build winsys with
|
||||
# enabled state trackers
|
||||
SUBDIRS = gem $(GALLIUM_STATE_TRACKERS_DIRS)
|
||||
|
||||
|
||||
default: subdirs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue