mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
2eddb78d1b
This makes it easy to remove old distfiles with `git clean -f dist`.
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'