diff options
Diffstat (limited to 'packages/gpe-beam/gpe-beam_0.2.3.bb')
-rw-r--r-- | packages/gpe-beam/gpe-beam_0.2.3.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/gpe-beam/gpe-beam_0.2.3.bb b/packages/gpe-beam/gpe-beam_0.2.3.bb index b009b10372..e5861f069a 100644 --- a/packages/gpe-beam/gpe-beam_0.2.3.bb +++ b/packages/gpe-beam/gpe-beam_0.2.3.bb @@ -1,7 +1,5 @@ -inherit gpe pkgconfig -LICENSE = "GPL" -DESCRIPTION = "GPE infrared communication applet" -DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex" +require ${PN}.inc + RDEPENDS = "libopenobex-1.0-1" -SECTION = "gpe" -PRIORITY = "optional" + +inherit gpe pkgconfig |