diff options
Diffstat (limited to 'recipes/gpe-watch/gpe-watch_0.10.bb')
-rw-r--r-- | recipes/gpe-watch/gpe-watch_0.10.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gpe-watch/gpe-watch_0.10.bb b/recipes/gpe-watch/gpe-watch_0.10.bb new file mode 100644 index 0000000000..e0d514701c --- /dev/null +++ b/recipes/gpe-watch/gpe-watch_0.10.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" +inherit gpe pkgconfig + +DESCRIPTION = "GPE analog clock-watch" +DEPENDS = "gtk+ libgpewidget" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI += "file://fix_makefile.patch;patch=1 \ + file://no-render-h.patch;patch=1" |