Files
oasis-linux-mirror/pkg/fontconfig
Michael Forney 2eddb78d1b Store dist files in config.distdir
This makes it easy to remove old distfiles with `git clean -f dist`.
2026-03-12 16:40:37 -07:00
..
2026-03-12 16:40:37 -07:00
2019-07-11 01:35:00 -07:00
2018-11-05 11:52:19 -08:00
2018-11-06 00:00:25 -08:00
2018-11-05 11:52:19 -08:00
2018-11-05 11:52:19 -08:00

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'