diff options
author | Kristian H. Kristensen <[email protected]> | 2018-12-04 10:19:13 -0800 |
---|---|---|
committer | Kristian H. Kristensen <[email protected]> | 2018-12-05 13:56:07 -0800 |
commit | 3b2ad8b290215a4bd52be4e397c9ab5603b8b372 (patch) | |
tree | 9420d81b6f71bc88480f7c66ba0277622edd4bd0 /src/gallium/drivers/freedreno | |
parent | dca6cd9ce65100896976e913bf72c2c68ea4e1a7 (diff) |
gallium: Android build fixes
A couple of simple fixes for building on Android with autotools.
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am index 32130ab94c5..504ad290de5 100644 --- a/src/gallium/drivers/freedreno/Makefile.am +++ b/src/gallium/drivers/freedreno/Makefile.am @@ -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 |