diff options
Diffstat (limited to 'packages/gpe-question/gpe-question_0.04.bb')
-rw-r--r-- | packages/gpe-question/gpe-question_0.04.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/gpe-question/gpe-question_0.04.bb b/packages/gpe-question/gpe-question_0.04.bb index e69de29bb2..b94505a300 100644 --- a/packages/gpe-question/gpe-question_0.04.bb +++ b/packages/gpe-question/gpe-question_0.04.bb @@ -0,0 +1,7 @@ +LICENSE = "GPL" +inherit gpe + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" |