summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-01 11:25:52 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-16 08:58:48 +0200
commitfdffbcdc0b0e63a6ba47d23b662cd992b4f4cede (patch)
tree3c973b6c6d7f08337893b34d89bba8f60b4393f8 /.travis.yml
parent9f3e29065ea0a39f6032dd1d48b7fb1e5bc12ac5 (diff)
Use system libfmt
libfmt is available on standard PC distros and on buildroot, so lets just use the system provided libfmt instead of a git submodule. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a487fc3..b311750 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ addons:
- libevdev-dev
- meson
- ninja-build
+ - libfmt-dev
# Need MYCC and MYCXX as travis overwrites CC and CXX