From 46f418844695525302df1905c0fe27d27c6fc484 Mon Sep 17 00:00:00 2001 From: Daniel Laird Date: Tue, 26 Aug 2008 16:27:25 +0000 Subject: Move pixman from package/x11r7/pixman to package/pixman Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird --- package/pixman/Config.in | 7 +++++++ package/pixman/pixman-0.10.0-no-tests.patch | 11 +++++++++++ package/pixman/pixman.mk | 14 ++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 package/pixman/Config.in create mode 100644 package/pixman/pixman-0.10.0-no-tests.patch create mode 100644 package/pixman/pixman.mk (limited to 'package/pixman') diff --git a/package/pixman/Config.in b/package/pixman/Config.in new file mode 100644 index 000000000..5cd138a22 --- /dev/null +++ b/package/pixman/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PIXMAN + bool "pixman" + help + Cairo pixel manager + + http://cairographics.org/releases/ + diff --git a/package/pixman/pixman-0.10.0-no-tests.patch b/package/pixman/pixman-0.10.0-no-tests.patch new file mode 100644 index 000000000..fbd0d2689 --- /dev/null +++ b/package/pixman/pixman-0.10.0-no-tests.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in.orig 2008-05-23 14:04:37.000000000 +0000 ++++ b/Makefile.in 2008-05-23 14:04:50.000000000 +0000 +@@ -198,7 +198,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = pixman test ++SUBDIRS = pixman + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = pixman-1.pc + USERNAME = $$USER diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk new file mode 100644 index 000000000..2e8158f30 --- /dev/null +++ b/package/pixman/pixman.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# pixman +# +################################################################################ +PIXMAN_VERSION = 0.10.0 +PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz +PIXMAN_SITE = http://cairographics.org/releases/ +PIXMAN_AUTORECONF = NO +PIXMAN_INSTALL_STAGING = YES +PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data +PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install install-data + +$(eval $(call AUTOTARGETS,package,pixman)) -- cgit v1.2.3