1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 00:46:38 +00:00
termux-packages/x11-packages/vlc-qt/modules-keystore-Makefile.am.patch
Tee KOBAYASHI 3d45573923 new package: vlc-qt
Co-authored-by: marcusz <bautista.wyatt.marcus_30@outlook.com>
2022-04-21 15:57:04 +09:00

12 lines
347 B
Diff

--- a/modules/keystore/Makefile.am
+++ b/modules/keystore/Makefile.am
@@ -7,7 +7,7 @@
libfile_keystore_plugin_la_SOURCES = keystore/file.c \
keystore/file_crypt.h \
keystore/list_util.c keystore/list_util.h
-if HAVE_ANDROID
+if HAVE_ANDROID_NO_TERMUX
libfile_keystore_plugin_la_SOURCES += keystore/file_crypt_android.c
endif
if HAVE_WIN32