Skip to content

Commit f28489e

Browse files
author
Yuuki Harano
authored
Merge pull request emacs-mirror#6 from fejfighter/pgtk-harfbuzz
Enable harfbuzz for pgtk options
2 parents b1955ec + ae48d8c commit f28489e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -3498,6 +3498,7 @@ fi # "${HAVE_X11}" != "yes"
34983498

34993499
HAVE_HARFBUZZ=no
35003500
if test "${HAVE_X11}" = "yes" && test "${HAVE_FREETYPE}" = "yes" \
3501+
|| test "$window_system" = "pgtk" \
35013502
|| test "${HAVE_W32}" = "yes"; then
35023503
if test "${with_harfbuzz}" != "no"; then
35033504
### On MS-Windows we use hb_font_get_nominal_glyph, which appeared

0 commit comments

Comments
 (0)