diff options
Diffstat (limited to 'meta/packages/cairo/cairo_1.2.4.bb')
-rw-r--r-- | meta/packages/cairo/cairo_1.2.4.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/cairo/cairo_1.2.4.bb b/meta/packages/cairo/cairo_1.2.4.bb deleted file mode 100644 index 61e3622954..0000000000 --- a/meta/packages/cairo/cairo_1.2.4.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SECTION = "libs" | ||
2 | PRIORITY = "optional" | ||
3 | DEPENDS = "virtual/libx11 libpng fontconfig libxrender" | ||
4 | DESCRIPTION = "Cairo graphics library" | ||
5 | LICENSE = "MPL LGPL" | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ | ||
9 | file://cairo-fixed.patch;patch=1" | ||
10 | # file://0001-Add-autoconf-macro-AX_C_FLOAT_WORDS_BIGENDIAN.diff;patch=1 | ||
11 | # file://0002-Change-_cairo_fixed_from_double-to-use-the-magic-number-technique.diff;patch=1 | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | do_stage () { | ||
16 | autotools_stage_all | ||
17 | } | ||