diff options
Diffstat (limited to 'recipes/gpe-keylock')
-rw-r--r-- | recipes/gpe-keylock/gpe-keylock_0.12.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gpe-keylock/gpe-keylock_0.12.bb b/recipes/gpe-keylock/gpe-keylock_0.12.bb new file mode 100644 index 0000000000..de8e45a6d9 --- /dev/null +++ b/recipes/gpe-keylock/gpe-keylock_0.12.bb @@ -0,0 +1,8 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE screen lock utility" +DEPENDS = "gtk+ libgpewidget" +SECTION = "gpe" +PRIORITY = "recommended" + |