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