diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-15 19:37:23 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-15 19:37:23 +0000 |
commit | 6d58cc9a7b6bddb3b2cf201b541524a26c819df7 (patch) | |
tree | 38d2be5a69730509012490308f2700fed786fd39 /gpe-conf | |
parent | 0831d2fbe15551822971c8cc87d3bb2647dcbdee (diff) |
gpe-conf: add xset to DEPENDS and RDEPENDS
BKrev: 411fbb73zkBxqc6X7XtK885jkihvmw
Diffstat (limited to 'gpe-conf')
-rw-r--r-- | gpe-conf/gpe-conf_0.1.12.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gpe-conf/gpe-conf_0.1.12.oe b/gpe-conf/gpe-conf_0.1.12.oe index 6b5460d68f..bf35551567 100644 --- a/gpe-conf/gpe-conf_0.1.12.oe +++ b/gpe-conf/gpe-conf_0.1.12.oe @@ -1,9 +1,9 @@ -PR = "r1" +PR = "r2" inherit gpe pkgconfig -DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst" -RDEPENDS = "xst" +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset" +RDEPENDS = "xset xst" SECTION = "gpe" PRIORITY = "optional" FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications" |