aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fontsrv/freetyperules.sh
blob: 7b9a002fbc2e9e9fb7eef6492cff5318ee71f106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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