Fixup glBars, static but working view

This commit is contained in:
falkTX 2022-01-15 11:05:38 +00:00
parent e0d6d59ce9
commit 58d54066d3
4 changed files with 45 additions and 96 deletions

View file

@ -57,7 +57,7 @@ BASE_FLAGS += -UDEBUG
endif
ifeq ($(HAVE_LIBLO),true)
BASE_FLAGS += -DHAVE_LIBLO
BASE_FLAGS += -DHAVE_LIBLO $(LIBLO_FLAGS)
endif
ifeq ($(HEADLESS),true)