diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-02 09:06:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-02 09:06:04 +0000 |
commit | 7094175a0ac0d50340721361004d4fb38d8126bb (patch) | |
tree | f6c052e16c1fa34e600e545be4cea4e41c442f52 /irssi/xirssi_cvs.oe | |
parent | e4148e15acc2b6159d2c49f8db0379a7df3cafce (diff) |
Split out the irssi files that are shared between the X & text versions into a common package.
BKrev: 41aedafcZ4UBRlO27diBaBHD_nRn9A
Diffstat (limited to 'irssi/xirssi_cvs.oe')
-rw-r--r-- | irssi/xirssi_cvs.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irssi/xirssi_cvs.oe b/irssi/xirssi_cvs.oe index 37a3f07b72..e40d2107dd 100644 --- a/irssi/xirssi_cvs.oe +++ b/irssi/xirssi_cvs.oe @@ -3,9 +3,10 @@ HOMEPAGE = "http://irssi.org/" SECTION = "x11/network" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "irssi gtk+" +DEPENDS += "irssi gtk+" +RDEPENDS_${PN} += "irssi-common" PV = "0.0+cvs${CVSDATE}" -PR = "r1" +PR = "r2" inherit autotools |