diff options
author | Eric Engestrom <[email protected]> | 2019-01-21 10:03:37 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-01-22 10:29:19 +0000 |
commit | 41a0c0039225753b26f2ce61b49fef8d45c616ad (patch) | |
tree | fc7007b033dbc2324b07a1d18683f5c4a6074ada /.travis.yml | |
parent | 27af1cc2a6c7d8f623f60d1499d2de2acf931534 (diff) |
travis: fix autotools build after --enable-autotools switch addition
Fixes: e68777c87ceed02ab199 "autotools: Deprecate the use of autotools"
Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Tapani Pälli <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7279f3ad9cf..67bbf592a90 100644 --- 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 |