aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fontsrv/freetyperules.sh
blob: ca7a02618255911f7961853a39555730d102ed78 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ "x$1" = "xx11" ]; then
	echo 'CFLAGS=$CFLAGS -I/usr/include/freetype2' 
        echo 'LDFLAGS=$LDFLAGS -lfontconfig -lfreetype -lz'
fi