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