diff options
Diffstat (limited to 'gpe-what')
-rw-r--r-- | gpe-what/gpe-what_0.30.oe | 10 | ||||
-rw-r--r-- | gpe-what/gpe-what_0.31.oe | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gpe-what/gpe-what_0.30.oe b/gpe-what/gpe-what_0.30.oe index e69de29bb2..22d09af521 100644 --- a/gpe-what/gpe-what_0.30.oe +++ b/gpe-what/gpe-what_0.30.oe @@ -0,0 +1,10 @@ +SECTION = "gpe" +inherit gpe + +DESCRIPTION = "GPE modal help" +DEPENDS = "x11" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" + +do_compile_prepend() { + rm *.d +} diff --git a/gpe-what/gpe-what_0.31.oe b/gpe-what/gpe-what_0.31.oe index e69de29bb2..d1f5ae862a 100644 --- a/gpe-what/gpe-what_0.31.oe +++ b/gpe-what/gpe-what_0.31.oe @@ -0,0 +1,6 @@ +SECTION = "gpe" +inherit gpe + +DESCRIPTION = "GPE modal help" +DEPENDS = "x11 xpm libmatchbox" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" |