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
master
Karl Stavestrand 6 years ago
parent 26e3159bc1
commit d5ad0d11e1
  1. 4
      Makefile.am

@ -20,6 +20,8 @@ if OSX
cava_CFLAGS += -DNORT cava_CFLAGS += -DNORT
else else
cava_LDFLAGS += -lrt cava_LDFLAGS += -lrt
cava_font_dir = @FONT_DIR@
cava_font__DATA = cava.psf
endif endif
if ALSA if ALSA
@ -42,8 +44,6 @@ if NCURSES
cava_SOURCES += output/terminal_ncurses.c cava_SOURCES += output/terminal_ncurses.c
endif endif
cava_font_dir = @FONT_DIR@
cava_font__DATA = cava.psf
if !SYSTEM_LIBINIPARSER if !SYSTEM_LIBINIPARSER
cava_LDADD = -liniparser cava_LDADD = -liniparser

Loading…
Cancel
Save