Remove dep/fmt completely.

This commit is contained in:
David Given
2022-06-14 20:12:55 +02:00
parent 521bbd4ea5
commit b025e6bb88
7 changed files with 4 additions and 17 deletions

View File

@@ -1,12 +0,0 @@
ifeq ($(shell $(PKG_CONFIG) fmt; echo $$?), 0)
LIBFMT_LIB =
LIBFMT_CFLAGS := $(shell $(PKG_CONFIG) --cflags fmt)
LIBFMT_LDFLAGS := $(shell $(PKG_CONFIG) --libs fmt)
else
$(error required dependency 'fmt' missing)
endif