diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:04:29 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
| commit | f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e (patch) | |
| tree | 2fd458f7944bf9a8755ef3d5acb3ed6d9ca9f14f /meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |
| parent | 36d57b9234c8d940205cf83e541302ef60b755c9 (diff) | |
| download | meta-openembedded-f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e.tar.gz | |
recipes: add missing gtk-doc class dependencies
* These recipes all use gtk-doc m4 macros but were missing
dependencies on the class.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/farsight/libnice_0.0.13.bb')
| -rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 48a80e5985..2d7cff3d4a 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
| @@ -16,7 +16,7 @@ DEPENDS = "glib-2.0 gstreamer" | |||
| 16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
| 17 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" | 17 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" |
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig gtk-doc |
| 20 | 20 | ||
| 21 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 21 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |
| 22 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" | 22 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" |
