Browse Source

Misc

pull/5/head
falkTX 10 years ago
parent
commit
18d86b7cf9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.mk

+ 1
- 1
Makefile.mk View File

@@ -78,7 +78,7 @@ endif
# Check for optional libs

ifeq ($(LINUX),true)
# HAVE_DGL = $(shell pkg-config --exists gl x11 && echo true)
HAVE_DGL = $(shell pkg-config --exists gl x11 && echo true)
HAVE_JACK = $(shell pkg-config --exists jack && echo true)
HAVE_LIBLO = $(shell pkg-config --exists liblo && echo true)
endif


Loading…
Cancel
Save