Skip to content

Commit

Permalink
tools/depends: Enable libdovi by default
Browse files Browse the repository at this point in the history
Temporarily
  • Loading branch information
quietvoid committed Mar 11, 2023
1 parent cf9e524 commit 7592e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/configure.ac
Expand Up @@ -133,7 +133,7 @@ AC_ARG_ENABLE([libdovi],
[AS_HELP_STRING([--enable-libdovi],
[enable libdovi (optional for android). default is no])],
[use_libdovi=$enableval],
[use_libdovi=no])
[use_libdovi=yes])

if test "$use_ccache" = "yes"; then
AC_CHECK_PROG(HAVE_CCACHE,ccache,"yes","no",)
Expand Down

0 comments on commit 7592e99

Please sign in to comment.