http://bugs.winehq.org/show_bug.cgi?id=36478
Bug ID: 36478 Summary: --enable-fonts is missing in ./configure Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: t.artem@mailcity.com
Created attachment 48541 --> http://bugs.winehq.org/attachment.cgi?id=48541 Patch
$ ./configure --help | grep font --without-fontconfig do not use fontconfig C compiler flags for fontconfig, overriding pkg-config Linker flags for fontconfig, overriding pkg-config
This looks wrong.
Please, add a missing description for an already existing option.
http://bugs.winehq.org/show_bug.cgi?id=36478
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- You can use --enable for every directory and dll, it doesn't make sense to list them all in the help.
https://bugs.winehq.org/show_bug.cgi?id=36478
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=36478
--- Comment #3 from Artem S. Tashkinov t.artem@mailcity.com --- (In reply to Alexandre Julliard from comment #1)
You can use --enable for every directory and dll, it doesn't make sense to list them all in the help.
But will --disable-fonts work if I don't want to install built-in Wine fonts?