diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-26 16:27:25 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-26 16:27:25 +0000 |
commit | 46f418844695525302df1905c0fe27d27c6fc484 (patch) | |
tree | f4ed590c0e779a6fef9eca97a790b76465059371 /package/pixman/pixman-0.10.0-no-tests.patch | |
parent | b46329c9479e4801b8eaa6828c5c32ccef81d53f (diff) | |
download | buildroot-novena-46f418844695525302df1905c0fe27d27c6fc484.tar.gz buildroot-novena-46f418844695525302df1905c0fe27d27c6fc484.zip |
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
Diffstat (limited to 'package/pixman/pixman-0.10.0-no-tests.patch')
-rw-r--r-- | package/pixman/pixman-0.10.0-no-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |