Untested attempt at linux support for harfbuzz dependency

This commit is contained in:
Sasha Szpakowski
2023-01-03 21:12:16 -04:00
parent b8a0e58fa6
commit 82e516f2fb
4 changed files with 11 additions and 4 deletions
+3
View File
@@ -1,6 +1,9 @@
AC_DEFUN([ACLOVE_DEP_FREETYPE2], [
PKG_CHECK_MODULES([freetype2], [freetype2], [], [LOVE_MSG_ERROR([FreeType2])])])
AC_DEFUN([ACLOVE_DEP_HARFBUZZ], [
PKG_CHECK_MODULES([harfbuzz], [harfbuzz], [], [LOVE_MSG_ERROR([Harfbuzz])])])
AC_DEFUN([ACLOVE_DEP_OPENAL], [
PKG_CHECK_MODULES([openal], [openal], [], [LOVE_MSG_ERROR([OpenAL])])])