projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4423c
)
autotools: add missing android file to package
author
Eric Engestrom
<eric.engestrom@intel.com>
Mon, 4 Jun 2018 17:06:30 +0000
(18:06 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 5 Jun 2018 09:39:04 +0000
(10:39 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106779
Fixes: ff904978a1d299a36b587 "gallium/util: Android backtrace support"
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
src/gallium/auxiliary/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile.am
b/src/gallium/auxiliary/Makefile.am
index 07856e5a5289e00dd3d2fef080771f436bf18b21..6b048b8eebf6380389d4ce5a3436c2adacd16f1e 100644
(file)
--- a/
src/gallium/auxiliary/Makefile.am
+++ b/
src/gallium/auxiliary/Makefile.am
@@
-118,6
+118,7
@@
EXTRA_DIST = \
postprocess/ADDING \
rbug/README \
target-helpers \
+ util/u_debug_stack_android.cpp \
util/u_format.csv \
util/u_format_pack.py \
util/u_format_parse.py \