diff options
author | Cyril Romain <cyril.romain@gmail.com> | 2007-03-17 08:39:57 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-17 08:39:57 +0000 |
commit | 4a61bece93f1824694ff7c9e4ed6519c073c9c76 (patch) | |
tree | d846aa860fca92188b2c27bb769ca828dafb77c9 /packages/gnome/goffice_0.2.1.bb | |
parent | 3df43088eb72e4e4d58520bd4cd8d48f808c8da4 (diff) |
goffice: make it build (fix QA issues for real).
Diffstat (limited to 'packages/gnome/goffice_0.2.1.bb')
-rw-r--r-- | packages/gnome/goffice_0.2.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gnome/goffice_0.2.1.bb b/packages/gnome/goffice_0.2.1.bb index 59372fa5ec..2048cdd34d 100644 --- a/packages/gnome/goffice_0.2.1.bb +++ b/packages/gnome/goffice_0.2.1.bb @@ -1,9 +1,11 @@ DESCRIPTION="Gnome Office Library" LICENSE="GPLv2" -PR="r0" +PR="r1" DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade libxml2 libart-lgpl" +FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" + inherit gnome pkgconfig do_stage() { |