summaryrefslogtreecommitdiff
path: root/pkg/fontconfig/README.md
blob: 0f248adc0ae138ec027f4efe4031b95673e09ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# fontconfig

fontconfig is used by only dmenu, st, velox, and wld. It should be removed after
updating those programs to just open font files directly.

## config.h

Generated with

	./configure \
		--disable-nls \
		--with-default-fonts=/share/fonts \
		FREETYPE_CFLAGS=-I/src/oasis/out/pkg/freetype/include \
		FREETYPE_LIBS=/src/oasis/out/pkg/freetype/libfreetype.a \
		UUID_CFLAGS=-I/src/oasis/out/pkg/util-linux/include \
		UUID_LIBS=/src/oasis/out/pkg/util-linux/libuuid.a \
		EXPAT_CFLAGS=-I/src/oasis/out/pkg/expat/include \
		EXPAT_LIBS='/src/oasis/out/pkg/expat/libexpat.a /src/oasis/out/pkg/openbsd/libbsd.a'