diff options
Diffstat (limited to 'java/org/gnu')
| -rw-r--r-- | java/org/gnu/emacs/EmacsNative.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/org/gnu/emacs/EmacsNative.java b/java/org/gnu/emacs/EmacsNative.java index 6845f833908..898eaef41a7 100644 --- a/java/org/gnu/emacs/EmacsNative.java +++ b/java/org/gnu/emacs/EmacsNative.java | |||
| @@ -323,7 +323,9 @@ public final class EmacsNative | |||
| 323 | Every time you add a new shared library dependency to Emacs, | 323 | Every time you add a new shared library dependency to Emacs, |
| 324 | please add it here as well. */ | 324 | please add it here as well. */ |
| 325 | 325 | ||
| 326 | libraryDeps = new String[] { "png_emacs", "selinux_emacs", | 326 | libraryDeps = new String[] { "c++_shared", "gnustl_shared", |
| 327 | "stlport_shared", "gabi++_shared", | ||
| 328 | "png_emacs", "selinux_emacs", | ||
| 327 | "crypto_emacs", "pcre_emacs", | 329 | "crypto_emacs", "pcre_emacs", |
| 328 | "packagelistparser_emacs", | 330 | "packagelistparser_emacs", |
| 329 | "gnutls_emacs", "gmp_emacs", | 331 | "gnutls_emacs", "gmp_emacs", |
| @@ -331,7 +333,7 @@ public final class EmacsNative | |||
| 331 | "tasn1_emacs", "hogweed_emacs", | 333 | "tasn1_emacs", "hogweed_emacs", |
| 332 | "jansson_emacs", "jpeg_emacs", | 334 | "jansson_emacs", "jpeg_emacs", |
| 333 | "tiff_emacs", "xml2_emacs", | 335 | "tiff_emacs", "xml2_emacs", |
| 334 | "icuuc_emacs", | 336 | "icuuc_emacs", "harfbuzz_emacs", |
| 335 | "tree-sitter_emacs", }; | 337 | "tree-sitter_emacs", }; |
| 336 | 338 | ||
| 337 | for (String dependency : libraryDeps) | 339 | for (String dependency : libraryDeps) |