mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
@@ -12,7 +12,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
|
||||
PREFERRED_VERSION_glib-2.0 ?= "2.24.1"
|
||||
PREFERRED_VERSION_glib-2.0-native ?= "2.24.1"
|
||||
PREFERRED_VERSION_atk ?= "1.24.0"
|
||||
PREFERRED_VERSION_cairo ?= "1.8.2"
|
||||
PREFERRED_VERSION_cairo ?= "1.8.10"
|
||||
PREFERRED_VERSION_pango ?= "1.22.2"
|
||||
PREFERRED_VERSION_gtk+ ?= "2.14.2"
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
DESCRIPTION = "Cairo graphics library"
|
||||
HOMEPAGE = "http://cairographics.org"
|
||||
BUGTRACKER = "http://bugs.freedesktop.org"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "MPLv1.1 & LGPLv2.1"
|
||||
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
|
||||
DESCRIPTION = "Cairo graphics library"
|
||||
LICENSE = "MPL LGPL"
|
||||
|
||||
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
|
||||
require cairo-fpu.inc
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
require cairo.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7d7cc3410ae869ed913ebd30d7f45941"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
|
||||
file://hardcoded_libtool.patch"
|
||||
@@ -1,6 +0,0 @@
|
||||
require cairo.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
|
||||
file://hardcoded_libtool.patch;patch=1"
|
||||
Reference in New Issue
Block a user