diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-06 09:28:40 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-06 09:28:40 +0000 |
commit | 14c2aba71bf55740608962f6ee5a36f9bbb3350f (patch) | |
tree | f3db4700347097839b1afe75144cb47c22f33a98 /meta | |
parent | 01be89c86dfa809fb256d87a3899aa99cfd969ba (diff) | |
download | poky-14c2aba71bf55740608962f6ee5a36f9bbb3350f.tar.gz |
Remove ancient cairo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1328 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/cairo/cairo_1.0.4.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/cairo/cairo_1.0.4.bb b/meta/packages/cairo/cairo_1.0.4.bb deleted file mode 100644 index 700f425113..0000000000 --- a/meta/packages/cairo/cairo_1.0.4.bb +++ /dev/null | |||
@@ -1,13 +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 | |||
7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | do_stage () { | ||
12 | autotools_stage_all | ||
13 | } | ||