diff options
author | pkerling <pkerling@casix.org> | 2018-12-27 14:24:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 14:24:32 +0100 |
commit | c28a05382a117246d40e1932f8645ad099c4cae2 (patch) | |
tree | ef999790640e6ef0e15d9af2c1c97d775791d088 | |
parent | 8a178cd41796d5a03966bd4fa872e2463b8f84f2 (diff) | |
parent | d5d564a40f7f14becb2d5819d35fb0b97cac6240 (diff) |
Merge pull request #15136 from pkerling/depends-taglib-zlib
Add missing zlib dependency to taglib
-rw-r--r-- | tools/depends/target/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 0c525401e6..493213d27c 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -119,6 +119,7 @@ waylandpp: wayland $(WAYLANDPP_DEPS) dbus: expat libinput: mtdev libevdev libevdev: libudev +taglib: $(ZLIB) .installed-$(PLATFORM): $(DEPENDS) touch $@ |