~ubuntu-branches/debian/sid/x42-plugins/sid

« back to all changes in this revision

Viewing changes to mixtri.lv2/Makefile

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-03-23 18:26:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150323182621-bxlw3w09u72u4ned
Tags: 20141101-1
* Imported Upstream version 20141101
* Bump Standards.
* Patch refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
endif
78
78
 
79
79
ifeq ($(shell pkg-config --exists ltc || echo no), no)
80
 
  $(error "LV2 libltc was not found")
 
80
  $(error "libltc was not found - https://x42.github.io/libltc/")
81
81
endif
82
82
 
83
83
ifeq ($(shell pkg-config --atleast-version=1.4 lv2 || echo no), no)