blob: 4bd9e5e779fe4a5a91fbe91683d2276fd2757abf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = "GPL"
SECTION = "gpe"
inherit gpe
DESCRIPTION = "GPE modal help"
DEPENDS = "libx11"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
do_compile_prepend() {
rm *.d
}
|