Browse Source

Don't try to build ALSA support for Hurd

Builds fine now
tags/1.9.8
falkTX 7 years ago
parent
commit
396d885275
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      source/Makefile.mk

+ 0
- 10
source/Makefile.mk View File

@@ -182,10 +182,6 @@ endif
# ---------------------------------------------------------------------------------------------------------------------
# Check for optional libs (required by backend or bridges)

ifeq ($(HURD),true)
HAVE_ALSA = $(shell pkg-config --exists alsa && echo true)
endif

ifeq ($(LINUX),true)
HAVE_ALSA = $(shell pkg-config --exists alsa && echo true)
HAVE_HYLIA = true
@@ -437,12 +433,6 @@ JACKBRIDGE_LIBS = -ldl -lpthread -lrt
LILV_LIBS = -ldl -lm -lrt
RTMEMPOOL_LIBS = -lpthread -lrt
WATER_LIBS = -ldl -lpthread -lrt
ifeq ($(HAVE_ALSA),true)
RTAUDIO_FLAGS += $(shell pkg-config --cflags alsa) -D__LINUX_ALSA__
RTAUDIO_LIBS += $(shell pkg-config --libs alsa) -lpthread
RTMIDI_FLAGS += $(shell pkg-config --cflags alsa) -D__LINUX_ALSA__
RTMIDI_LIBS += $(shell pkg-config --libs alsa)
endif
endif

ifeq ($(LINUX),true)


Loading…
Cancel
Save