diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-04-16 20:03:06 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-04-16 20:03:06 +1000 |
commit | 69e8ba2402172566b4da60970de6ddd525d0be62 (patch) | |
tree | 4263ad35bfface5b4afb929dcd3dada80e6eace0 /tools | |
parent | 96dd8a4e0bf73a30cbfd98316481470f45beef1c (diff) |
[android] remove DX usage
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/Makefile.include.in | 1 | ||||
-rw-r--r-- | tools/depends/configure.ac | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/depends/Makefile.include.in b/tools/depends/Makefile.include.in index f4d051c292..4b516f5933 100644 --- a/tools/depends/Makefile.include.in +++ b/tools/depends/Makefile.include.in @@ -25,7 +25,6 @@ NATIVE_ARCH_DEFINES=@NATIVE_ARCH_DEFINES@ TARGET_PLATFORM=@target_platform@ RENDER_SYSTEM=@app_rendersystem@ AAPT=@AAPT@ -DX=@DX@ ZIPALIGN=@ZIPALIGN@ HAS_ZLIB=@has_zlib@ diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index c441d7c78f..7fefec5b66 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -532,11 +532,6 @@ if test "$platform_os" == "android"; then AC_MSG_ERROR("Missing program: aapt") fi - AC_PATH_PROG(DX,dx,"no",$build_tools_path) - if test "x$DX" = "xno" ; then - AC_MSG_ERROR("Missing program: dx") - fi - AC_PATH_PROG(ZIPALIGN,zipalign,"no",$build_tools_path) if test "x$ZIPALIGN" = "xno" ; then AC_MSG_ERROR("Missing program: zipalign") |