diff --git a/Makefile.mk b/Makefile.mk index 9721a81..970f999 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -72,6 +72,10 @@ $(error X11 missing, cannot continue) endif endif +ifneq ($(shell pkg-config --exists liblo && echo true),true) +$(error liblo missing, cannot continue) +endif + # -------------------------------------------------------------- # Set libs stuff diff --git a/dpf b/dpf index 642b786..8fd0d90 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 642b7866dd97429bfa2c2ddb1da57c4902fc40eb +Subproject commit 8fd0d9072b164d9d83f7e34c420131aeafdc315a