diff options
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 2 |
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}" |