From d5ad0d11e1938a8537367ad747d9af618bcbc957 Mon Sep 17 00:00:00 2001 From: Karl Stavestrand Date: Wed, 1 Jul 2020 20:15:02 +0200 Subject: [PATCH] do not install the custom tty font on macos due to problems with permissions this prevent installing on macos. there is no tty on macos anyway, so this is not needed. this resolves #365 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0e109e3..8ee1c22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,8 @@ if OSX cava_CFLAGS += -DNORT else cava_LDFLAGS += -lrt + cava_font_dir = @FONT_DIR@ + cava_font__DATA = cava.psf endif if ALSA @@ -42,8 +44,6 @@ if NCURSES cava_SOURCES += output/terminal_ncurses.c endif -cava_font_dir = @FONT_DIR@ -cava_font__DATA = cava.psf if !SYSTEM_LIBINIPARSER cava_LDADD = -liniparser