aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gomunicator
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-03 10:51:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-03 10:51:57 +0000
commit671972ddf46880d1cbe8bebed431f90b3d41c19a (patch)
tree4e5392a5fc125f5c28137efd0201b67ab2620fe4 /packages/gomunicator
parent9d609ca9f02f01ecd293165484d2a25f55c6b4e6 (diff)
downloadopenembedded-671972ddf46880d1cbe8bebed431f90b3d41c19a.tar.gz
packages/gomunicator/gomunicator_cvs.bb: inherit pkgconfig too
Diffstat (limited to 'packages/gomunicator')
-rw-r--r--packages/gomunicator/gomunicator_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb
index 77a281f599..b86095590b 100644
--- a/packages/gomunicator/gomunicator_cvs.bb
+++ b/packages/gomunicator/gomunicator_cvs.bb
@@ -7,7 +7,7 @@ DEPENDS = "libgpewidget gtk+ glib-2.0"
PV = "0.1.3+cvs${CVSDATE}"
-inherit autotools
+inherit autotools pkgconfig
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator"
S = "${WORKDIR}/${PN}"