blob: 5cab0a07e2c9c8a740de2fbf7f8618163ced5877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "The Moblin Media Player"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
SRC_URI = "http://download.moblin.org/sources/hornsey/1.0/hornsey-1.0_20091116.tar.bz2"
DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique xtst"
EXTRA_OECONF = "--disable-shave"
FILES_${PN} += "${datadir}/icons"
inherit autotools_stage
|