mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gallium: Android build fixes
A couple of simple fixes for building on Android with autotools. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
dca6cd9ce6
commit
3b2ad8b290
2 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <backtrace/Backtrace.h>
|
||||
|
||||
#include "u_debug.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "u_debug_stack.h"
|
||||
#include "util/hash_table.h"
|
||||
#include "os/os_thread.h"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ AM_CFLAGS = \
|
|||
-I$(top_srcdir)/src/freedreno \
|
||||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_srcdir)/src/compiler/nir \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(GALLIUM_DRIVER_CFLAGS)
|
||||
|
||||
noinst_LTLIBRARIES = libfreedreno.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue