Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Helpers for AV applications using UPnP" |
| 2 | DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." |
| 3 | LICENSE = "LGPLv2" |
| 4 | DEPENDS = "gupnp" |
| 5 | |
| 6 | inherit autotools pkgconfig gobject-introspection vala |
| 7 | |
| 8 | # Copy vapigen.m4 so that it doesn't get removed by vala class |
| 9 | # (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro) |
| 10 | do_configure_prepend() { |
| 11 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true |
| 12 | } |
| 13 | |