* [Buildroot] [PATCH] pixman: Bump version to 0.24.2
@ 2012-02-02 11:31 Will Newton
2012-02-02 12:09 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Will Newton @ 2012-02-02 11:31 UTC (permalink / raw)
To: buildroot
The patch to disable tests is no longer required as configure
checks to see if the GTK+ tests should be built.
Signed-off-by: Will Newton <will.newton@imgtec.com>
---
package/pixman/pixman-0.10.0-no-tests.patch | 11 -----------
package/pixman/pixman.mk | 2 +-
2 files changed, 1 insertions(+), 12 deletions(-)
delete mode 100644 package/pixman/pixman-0.10.0-no-tests.patch
diff --git a/package/pixman/pixman-0.10.0-no-tests.patch
b/package/pixman/pixman-0.10.0-no-tests.patch
deleted file mode 100644
index fbd0d26..0000000
--- a/package/pixman/pixman-0.10.0-no-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
index 2b39a77..11c21b9 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -3,7 +3,7 @@
# pixman
#
################################################################################
-PIXMAN_VERSION = 0.17.6
+PIXMAN_VERSION = 0.24.2
PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
PIXMAN_SITE = http://cairographics.org/releases/
PIXMAN_AUTORECONF = NO
--
1.7.1
-------------- next part --------------
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] pixman: Bump version to 0.24.2
2012-02-02 11:31 [Buildroot] [PATCH] pixman: Bump version to 0.24.2 Will Newton
@ 2012-02-02 12:09 ` Peter Korsgaard
2012-02-02 12:15 ` Will Newton
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2012-02-02 12:09 UTC (permalink / raw)
To: buildroot
>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
Will> The patch to disable tests is no longer required as configure
Will> checks to see if the GTK+ tests should be built.
That's not really true. As far as I can see, the tests are always built
(with png support if available), and the gtk test is used to decide if
the gtk-based demos are built.
The checks use pkg-config, so we need to depend on that.
I've fixed that and committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] pixman: Bump version to 0.24.2
2012-02-02 12:09 ` Peter Korsgaard
@ 2012-02-02 12:15 ` Will Newton
2012-02-02 12:19 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Will Newton @ 2012-02-02 12:15 UTC (permalink / raw)
To: buildroot
On Thu, Feb 2, 2012 at 12:09 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
>
> Will> The patch to disable tests is no longer required as configure
> Will> checks to see if the GTK+ tests should be built.
>
> That's not really true. As far as I can see, the tests are always built
> (with png support if available), and the gtk test is used to decide if
> the gtk-based demos are built.
Ah ok, I was unsure why the patch was there to begin with and assumed
it was the GTK+ dependency it was avoiding. I didn't see any problems
in my build testing without it.
> The checks use pkg-config, so we need to depend on that.
Well spotted, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] pixman: Bump version to 0.24.2
2012-02-02 12:15 ` Will Newton
@ 2012-02-02 12:19 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-02-02 12:19 UTC (permalink / raw)
To: buildroot
>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
Hi,
Will> Ah ok, I was unsure why the patch was there to begin with and
Will> assumed it was the GTK+ dependency it was avoiding. I didn't see
Will> any problems in my build testing without it.
I think it was just the (minimal) build time advantage to not build the
unused tests.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-02 12:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 11:31 [Buildroot] [PATCH] pixman: Bump version to 0.24.2 Will Newton
2012-02-02 12:09 ` Peter Korsgaard
2012-02-02 12:15 ` Will Newton
2012-02-02 12:19 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox