mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
Add new gnomecanvas to poky-bleeding
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2624 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11/gnome/libs"
|
||||
DESCRIPTION = "A powerful object-oriented display"
|
||||
|
||||
inherit gnome
|
||||
|
||||
DEPENDS = "libglade libart-lgpl gail"
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc"
|
||||
|
||||
FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
|
||||
FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
|
||||
FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user