ccache: update to 3.2.3
[openembedded.git] / recipes / clutter / clutter-gst.inc
1 DESCRIPTION = "Clutter GStreamer"
2 HOMEPAGE = "http://www.clutter-project.org/"
3 LICENSE = "LGPL"
4
5 DEPENDS = "clutter gstreamer gst-plugins-base"
6
7 PACKAGES =+ "${PN}-examples"
8 FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink ${bindir}/audio"
9
10 inherit autotools pkgconfig
11
12 do_configure_prepend() {
13         if [ -e ${WORKDIR}/gtk-doc.make ] ; then
14                 cp ${WORKDIR}/gtk-doc.make ${S}/gtk-doc.make
15         else
16                 touch ${S}/gtk-doc.make
17         fi
18 }
19
20 do_stage () {
21         autotools_stage_all
22 }
23