Skip to content

Commit

Permalink
Merge pull request emacs-mirror#6 from fejfighter/pgtk-harfbuzz
Browse files Browse the repository at this point in the history
Enable harfbuzz for pgtk options
  • Loading branch information
Yuuki Harano committed Jan 9, 2020
2 parents b1955ec + ae48d8c commit f28489e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3498,6 +3498,7 @@ fi # "${HAVE_X11}" != "yes"

HAVE_HARFBUZZ=no
if test "${HAVE_X11}" = "yes" && test "${HAVE_FREETYPE}" = "yes" \
|| test "$window_system" = "pgtk" \
|| test "${HAVE_W32}" = "yes"; then
if test "${with_harfbuzz}" != "no"; then
### On MS-Windows we use hb_font_get_nominal_glyph, which appeared
Expand Down

0 comments on commit f28489e

Please sign in to comment.