-
-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enables building without matrix fonts
Fixes bugs caused due to the disabling of matrix fonts option provided by commit:2869565. Adds a conditional variable (MATRIX_FONTS) whose value becomes true or false depending on whether enable_fonts variable has true as it's value which in turn depends whether the user has passed the --without-fonts flag. (enable_font is true if --without-fonts flag is not passed along with configure). The value of MATRIX_FONTS is checked in Makefile.am and another variable BUILD_FONTS to 0 or 1. install-data-local in Makefile.am checks for BUILD_FONTS and installs fonts if BUILD_FONTS is set to 1.
- Loading branch information
1 parent
33cae7f
commit c85f375
Showing
4 changed files
with
104 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters