mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] gtk2: Disable rebuilds of pregenerated files
@ 2014-11-27 10:43 Markus Pargmann
  2014-11-27 10:43 ` [ptxdist] [PATCH 2/2] gtk2: Remove leftover GTK2CORE Markus Pargmann
  2014-12-01 12:20 ` [ptxdist] [PATCH 1/2] gtk2: Disable rebuilds of pregenerated files Enrico Weigelt, metux IT consult
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Pargmann @ 2014-11-27 10:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Markus Pargmann

As we don't want to use tools outside of ptxdist, we should avoid
regenerating generated files within the gtk sources. For example
gtk-update-icon-cache may fail with different non-compatible versions.

This patch disables generating those files. Instead we use the
pregenerated files for now.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 rules/gtk2.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/gtk2.make b/rules/gtk2.make
index 57cc38e3c9c4..446e3cdec084 100644
--- a/rules/gtk2.make
+++ b/rules/gtk2.make
@@ -43,6 +43,7 @@ GTK2_CONF_OPT	:= \
 	--enable-explicit-deps=yes \
 	--disable-glibtest \
 	--disable-modules \
+	--disable-rebuilds \
 	--with-gdktarget=$(PTXCONF_GTK2_TARGET)
 
 # ----------------------------------------------------------------------------
-- 
2.1.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-04 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 10:43 [ptxdist] [PATCH 1/2] gtk2: Disable rebuilds of pregenerated files Markus Pargmann
2014-11-27 10:43 ` [ptxdist] [PATCH 2/2] gtk2: Remove leftover GTK2CORE Markus Pargmann
2014-11-27 13:59   ` Michael Olbrich
2014-12-01 12:20 ` [ptxdist] [PATCH 1/2] gtk2: Disable rebuilds of pregenerated files Enrico Weigelt, metux IT consult
2014-12-04 16:29   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox