summaryrefslogtreecommitdiffstats
path: root/recipes/gtksourceview
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-07-27 19:29:43 -0700
committerKoen Kooi <koen@openembedded.org>2009-07-28 09:25:56 +0200
commit72e8a6c97b3ee65d97cf566a159fb8557dc6f934 (patch)
tree37c9f0d42475381b59e4b14de01c9273b1be413c /recipes/gtksourceview
parenta0236d71a875559706691cd60d5b6b1fc7a8078d (diff)
downloadopenembedded-72e8a6c97b3ee65d97cf566a159fb8557dc6f934.tar.gz
gtksourceview: package was missing a few important files, add them
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gtksourceview')
-rw-r--r--recipes/gtksourceview/gtksourceview2_2.6.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gtksourceview/gtksourceview2_2.6.0.bb b/recipes/gtksourceview/gtksourceview2_2.6.0.bb
index ee9f6549ac..f7889c8538 100644
--- a/recipes/gtksourceview/gtksourceview2_2.6.0.bb
+++ b/recipes/gtksourceview/gtksourceview2_2.6.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Portable C library for multiline text editing"
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
LICENSE = "LGPL"
DEPENDS = "gtk+ libgnomeprint"
-PR = "r0"
+PR = "r1"
PNAME = "gtksourceview"
S = "${WORKDIR}/${PNAME}-${PV}"
@@ -16,3 +16,5 @@ do_stage() {
autotools_stage_all
}
+FILES_${PN} += " ${datadir}/gtksourceview-2.0"
+