blob: 49436eb293d0eb4cf1c443076709bbbfb026a080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "LiPS"
DESCRIPTION = "Video player application"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
DEPENDS = "gtk+ libgpewidget libgpephone libgemwidget dbus-glib gst-plugins-base libiac"
GPE_TARBALL_SUFFIX= "bz2"
inherit gpephone autotools
FILES_${PN} += "${datadir}/database ${datadir}/res"
|