blob: 30e9d06ae10ef03a1a79d04fa57666ca0c8e16cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
inherit gpe
DESCRIPTION = "GPE owner information dialog"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libgpewidget"
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
|