aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2021-12-02 17:27:44 +1000
committerfuzzard <fuzzard@kodi.tv>2021-12-03 05:08:50 +1000
commit67f46305e215d24560ce8622eea7921b7ebd10d0 (patch)
treee7e2106a1417ef8cae1cf1e82edcd30e5282fd04 /tools/depends/target
parent638d7180c7323469365f002ba585bccac0fd0d1c (diff)
[tools/depends] makefile fixups
Spotted by Rechi, some fixups to garbears PR https://github.com/xbmc/xbmc/pull/20582
Diffstat (limited to 'tools/depends/target')
-rw-r--r--tools/depends/target/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index d615deccc4..81e38459cb 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -4,6 +4,7 @@ ifneq ($(shell test -f $(PREFIX)/share/config.site && echo 1),1)
$(error Error: $(PREFIX)/share/config.site is missing. Please reconfigure depends to generate it)
endif
+# Keep in alphabetical order
DEPENDS = \
bzip2 \
crossguid \
@@ -15,6 +16,7 @@ DEPENDS = \
fontconfig \
freetype2 \
freetype2-noharfbuzz \
+ fribidi \
gettext \
gmp \
gnutls \
@@ -36,13 +38,13 @@ DEPENDS = \
libmicrohttpd \
libnfs \
libplist \
- libpng fribidi \
+ libpng \
libshairplay \
libspdlog \
libudfread \
libusb \
libxml2 \
- libxslt \
+ libxslt \
mariadb \
nettle \
nghttp2 \