blob: 0cff5c3c736fbd6c5c9d51c0e9133479f0a57029 (
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= "gz"
inherit gpephone autotools
FILES_${PN} += "${datadir}/database ${datadir}/res"
|