#!/bin/sh
#
# freetype-config has been replaced by pkg-config since SDL2_ttf v2.0.11 
# release

pkg-config --cflags --libs freetype2 || exit 1

