Skip to content

Commit ae48d8c

Browse files
author
Jeff Walsh
committed
Enable harfbuzz for pgtk options
1 parent b1955ec commit ae48d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
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)