summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
new file mode 100644
index 000000000..fd8f6898e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
@@ -0,0 +1,19 @@
1SUMMARY = "A powerful object-oriented display"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4SECTION = "x11/gnome/libs"
5
6inherit gnomebase gtk-doc
7
8# intltool to provide IT_PROG_INTLTOOL
9# configure: line 12654: syntax error near unexpected token `0.35.0'
10# configure: line 12654: `IT_PROG_INTLTOOL(0.35.0)'
11DEPENDS = "gtk+ libglade libart-lgpl xineramaproto intltool-native"
12
13SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92"
14SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40"
15
16FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
17FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
18FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la"
19FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a"