mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 15:08:15 +02:00
android: gallium: use the installed libdrm headers
Saves us a few lines and brings us closer to the automake build. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
5f3022e97f
commit
c1cc3f2f19
3 changed files with 3 additions and 10 deletions
|
|
@ -30,10 +30,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(DRM_TOP) \
|
||||
$(DRM_TOP)/include/drm \
|
||||
$(DRM_TOP)/intel
|
||||
LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/libdrm
|
||||
|
||||
LOCAL_MODULE := libmesa_winsys_i915
|
||||
|
||||
|
|
|
|||
|
|
@ -29,10 +29,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(DRM_TOP) \
|
||||
$(DRM_TOP)/include/drm \
|
||||
$(DRM_TOP)/intel
|
||||
LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/libdrm
|
||||
|
||||
LOCAL_MODULE := libmesa_winsys_intel
|
||||
|
||||
|
|
|
|||
|
|
@ -35,8 +35,7 @@ LOCAL_CFLAGS := -D_FILE_OFFSET_BITS=64
|
|||
LOCAL_C_INCLUDES := \
|
||||
$(GALLIUM_TOP)/drivers/svga \
|
||||
$(GALLIUM_TOP)/drivers/svga/include \
|
||||
$(DRM_TOP) \
|
||||
$(DRM_TOP)/include/drm
|
||||
$(TARGET_OUT_HEADERS)/libdrm
|
||||
|
||||
LOCAL_MODULE := libmesa_winsys_svga
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue