Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fontforge: 20190801 -> 20200314 #89583

Merged
merged 2 commits into from
Jun 7, 2020
Merged

fontforge: 20190801 -> 20200314 #89583

merged 2 commits into from
Jun 7, 2020

Commits on Jun 6, 2020

  1. fontforge: 20190801 -> 20200314

    This fixes the failing build.
    
    Build system changed to cmake.
    alyssais committed Jun 6, 2020
    1 Configuration menu
    Copy the full SHA
    e9848d1 View commit details
    Browse the repository at this point in the history
  2. fontforge: introduce withGUI option

    It was unintuitive that the withGTK option controlled whether a
    fontforge GUI was enabled at all, since fontforge supports multiple
    GUIs (a GTK one and an X11 one -- confusingly the X11 one still
    requires GTK).
    
    With the new withGUI option, it is possible to build the X11 GUI by
    setting withGTK to false and withGUI to true.  I haven't added an
    attribute for this configuration because I expect it to be pretty
    obsure -- my rationale for adding this option was code clarity rather
    than utility.
    alyssais committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8a74399 View commit details
    Browse the repository at this point in the history