blob: 476c2965e6fb4fd2313c032d3e990d6e36e49996 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require schroedinger.inc
PR = "r3"
inherit autotools_stage
AUTOTOOLS_STAGE_PKGCONFIG = "1"
PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"
FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so"
FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug"
FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"
|