Skip to content

Commit

Permalink
emulators/openmsx: prepare for freetype2 update
Browse files Browse the repository at this point in the history
- The upcoming freetype2 update will no longer install the
  freetype-config script. The port already supports the new way of
  finding freetype2 via pkgconfig, but for this, it needs to build
  depend on it.

PR:		251512
  • Loading branch information
tcberner committed Aug 6, 2021
1 parent 0fdaaf6 commit 9e7f418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/openmsx/Makefile
Expand Up @@ -17,7 +17,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
libasound.so:audio/alsa-lib

USES= gl gmake python sdl tcl
USES= gl gmake pkgconfig python sdl tcl
USE_GCC= yes
USE_GL= gl glew
USE_SDL= sdl2 ttf2
Expand Down

0 comments on commit 9e7f418

Please sign in to comment.