aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/totem/totem-pl-parser_2.26.2.bb
blob: f9694b05d84aff2cd11e92194c630ea92dd78fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
HOMEPAGE = "http://www.gnome.org/projects/totem/"
LICENSE = "GPL"

DEPENDS = "eds-dbus"

inherit gnome

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
        autotools_stage_all
}

# Build of documentation is not yet possible:
do_configure_prepend() {
	sed -i -e s:docs::g ${S}/Makefile.am
}