gupnp-av.inc 516 B

12345678910111213
  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. inherit autotools pkgconfig gobject-introspection vala
  6. # Copy vapigen.m4 so that it doesn't get removed by vala class
  7. # (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro)
  8. do_configure_prepend() {
  9. cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true
  10. }