From 240441d73bc2daff9d3779955d00773167ba1315 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 21 Oct 2009 19:12:33 +0200 Subject: gedit: fix packaging so that the .pc ends up in -dev and we don't get the depchain code adding deps to gtksourceview-dev --- recipes/gnome/gedit_2.28.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/gnome/gedit_2.28.0.bb b/recipes/gnome/gedit_2.28.0.bb index 10e5b54f97..0c4e7b480d 100644 --- a/recipes/gnome/gedit_2.28.0.bb +++ b/recipes/gnome/gedit_2.28.0.bb @@ -5,6 +5,8 @@ LICENSE = "GPL" DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" RDEPENDS += " gtksourceview2" +PR = "r1" + inherit gnome pkgconfig EXTRA_OECONF = "--disable-scrollkeeper" @@ -17,5 +19,5 @@ do_stage () { autotools_stage_all } -FILES_${PN} += "${libdir} ${datadir}/gedit-2" +FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" -- cgit v1.2.3