We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b253ab1 commit be95283Copy full SHA for be95283
scripts/postprocess.py
@@ -84,6 +84,10 @@ def _glob_one(p):
84
# 'libdatrie', # thai
85
86
# 'libpng16', # depend by emacs. but should be present in users' system by gtk, so do not include
87
+
88
+ 'libxml2', # depend by emacs. libxml 2.14+ uses a different soname
89
+ 'libicuuc', # depend by libxml2
90
+ 'libicudata', # depend by libicuuc
91
]
92
93
ldd_output = subprocess.check_output(['ldd', str(APPDIR / 'bin/emacs')], universal_newlines=True)
0 commit comments