mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
* gst-plugins-gl: fix the path to a required include * so that it's clear that the recipes it contains are specific to the obsolete, unmaintained version of gstreamer. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
15 lines
503 B
PHP
15 lines
503 B
PHP
SUMMARY = "Fluendo closed-format GStreamer plug-in"
|
|
SECTION = "multimedia"
|
|
HOMEPAGE = "https://core.fluendo.com/gstreamer/trac/wiki"
|
|
DEPENDS = "gstreamer gst-plugins-base zlib"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "http://core.fluendo.com/gstreamer/src/${BPN}/${BPN}-${PV}.tar.bz2"
|
|
|
|
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
|
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
|
|
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
|
|
|
|
EXTRA_OECONF = "--disable-valgrind"
|