Hello im trying to build wine with staging patches on ubuntu 21.10. When running ./configure --enable-win64 i get the following message:
configure: error: FreeType 64-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
But i already have
libfreetype6-dev & libfreetype6-dev:i386
and
libfreetype-dev & libfreetype-dev:i386
installed.
Also i enabeld multiarch with sudo dpkg --add-architecture i386
What can i do?