projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27af1cc
)
travis: fix autotools build after --enable-autotools switch addition
author
Eric Engestrom
<eric.engestrom@intel.com>
Mon, 21 Jan 2019 10:03:37 +0000
(10:03 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 22 Jan 2019 10:29:19 +0000
(10:29 +0000)
Fixes:
e68777c87ceed02ab199
"autotools: Deprecate the use of autotools"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
7279f3a
..
67bbf59
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-805,7
+805,9
@@
script:
mkdir build &&
cd build &&
- ../autogen.sh --enable-debug
+ ../autogen.sh
+ --enable-autotools
+ --enable-debug
$LIBUNWIND_FLAGS
$DRI_LOADERS
--with-dri-drivers=$DRI_DRIVERS