diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-30 01:55:51 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-30 01:55:51 +0000 |
commit | 389cc63fa6e659f357924a501e5b31079e95d78e (patch) | |
tree | 77f7edad7d28a039e6a0d4eb5ae221b663bb689b /packages/cairo/cairo_0.9.2.bb | |
parent | a1d7c751d06a9a3e21dcb2ea82c60533c5247f3f (diff) | |
parent | 11c9232d1e801cc40e1c295e20c1a4baf483822d (diff) |
merge of '3eb18746718ae49add6982f56d77aef7a4f18d50'
and '8b3597c2174798b0e22b0c752ade70a447dd991a'
Diffstat (limited to 'packages/cairo/cairo_0.9.2.bb')
-rw-r--r-- | packages/cairo/cairo_0.9.2.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/cairo/cairo_0.9.2.bb b/packages/cairo/cairo_0.9.2.bb deleted file mode 100644 index cfbb18ed0e..0000000000 --- a/packages/cairo/cairo_0.9.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11 libpng fontconfig libxrender" -DESCRIPTION = "Cairo graphics library" -LICENSE = "MPL LGPL" -PR = "r1" - -SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} -} |