mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +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:
@@ -2,6 +2,7 @@ PREFERRED_VERSION_atk ?= "1.19.6"
|
|||||||
PREFERRED_VERSION_gtk+ ?= "2.11.6"
|
PREFERRED_VERSION_gtk+ ?= "2.11.6"
|
||||||
|
|
||||||
PREFERRED_VERSION_gnome-keyring ?= "2.19.91"
|
PREFERRED_VERSION_gnome-keyring ?= "2.19.91"
|
||||||
|
PREFERRED_VERSION_libgnomecanvas ?= "2.19.2"
|
||||||
PREFERRED_VERSION_gtk-engines ?= "2.11.7"
|
PREFERRED_VERSION_gtk-engines ?= "2.11.7"
|
||||||
|
|
||||||
require conf/distro/poky.conf
|
require conf/distro/poky.conf
|
||||||
|
|||||||
@@ -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