diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-27 09:32:54 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-27 09:32:54 +0000 |
commit | be547fb0bb623145d4724ed64c7f63ab023ed7df (patch) | |
tree | 533cb6ed2ff3835ef5bfaea88173af29b8a0a1f1 | |
parent | - Add LICENSE_FILE (diff) |
audio/gstreamer1-plugins-lv2: Add missing build dependencies
configure: *** checking feature: lv2 ***
configure: *** for plug-ins: lv2 ***
checking for LILV... no
checking for LILV... no
configure: *** These plugins will not be built: lv2
Package 'lv2', required by 'lilv-0', not found
http://beefy6.nyi.freebsd.org/data/120amd64-default/488500/logs/gstreamer1-plugins-lv2-1.14.4.log
Notes
Notes:
svn path=/head/; revision=488520
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 0a0c9564dfbf..acd68e209e42 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -331,6 +331,8 @@ gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so gst_librfb_USE_XORG= x11 # liblv2 +gst_lv2_USES= pkgconfig +gst_lv2_BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 gst_lv2_LIB_DEPENDS= libsord-0.so:devel/sord \ libserd-0.so:devel/serd \ libsratom-0.so:audio/sratom \ |