mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 05:20:37 +02:00
android: reorder gallium SUBDIRS
To be closer to its automake counterpart. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
b75e0d7e25
commit
ec668cbf8b
1 changed files with 10 additions and 4 deletions
|
|
@ -26,10 +26,11 @@
|
|||
GALLIUM_TOP := $(call my-dir)
|
||||
GALLIUM_COMMON_MK := $(GALLIUM_TOP)/Android.common.mk
|
||||
|
||||
SUBDIRS := \
|
||||
targets/egl-static \
|
||||
state_trackers/egl \
|
||||
auxiliary
|
||||
SUBDIRS := auxiliary
|
||||
|
||||
#
|
||||
# Gallium drivers and their respective winsys
|
||||
#
|
||||
|
||||
# swrast
|
||||
SUBDIRS += winsys/sw/android drivers/softpipe
|
||||
|
|
@ -78,5 +79,10 @@ ifneq ($(filter vmwgfx, $(MESA_GPU_DRIVERS)),)
|
|||
SUBDIRS += winsys/svga/drm drivers/svga
|
||||
endif
|
||||
|
||||
#
|
||||
# Gallium state trackers and their users (targets)
|
||||
#
|
||||
SUBDIRS += state_trackers/egl targets/egl-static
|
||||
|
||||
mkfiles := $(patsubst %,$(GALLIUM_TOP)/%/Android.mk,$(SUBDIRS))
|
||||
include $(mkfiles)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue