Skip to content
Snippets Groups Projects
Commit 0c307eb9 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/open-vm-tools: build without icu

icu-libs is huuuge (31 MiB) and it seems that it's not needed, at
least for basic functionality; Unicode works even without it.
parent a6c44ccf
No related merge requests found
......@@ -37,7 +37,6 @@ makedepends="
glib-dev
gtk+3.0-dev
gtkmm3-dev
icu-dev
libdnet-dev
libice-dev
libmspack-dev
......@@ -108,7 +107,7 @@ build() {
--sysconfdir=/etc \
--without-dnet \
--without-xerces \
--with-icu \
--without-icu \
--with-x \
--without-kernel-modules \
--without-pam \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment