blob: 25a6b41b152ab568da7ef1ca739c9930e942bacf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r0"
inherit gpe
DESCRIPTION = "GPE infrared communication applet"
DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus"
RDEPENDS = "libopenobex-1.0-1 irda-utils"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
LICENSE = "GPL"
SRC_URI += "file://dbus-new-api.patch;patch=1"
|