Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] jasper: disable PDF documentation generation
@ 2017-01-14 18:08 Baruch Siach
  2017-01-15 17:23 ` Yann E. MORIN
  2017-01-16 12:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-01-14 18:08 UTC (permalink / raw)
  To: buildroot

We don't need the PDF document on target. This also avoids incompatible host
Latex packages.

Fixes:
http://autobuild.buildroot.net/results/e60/e60c4a71a08aebadd0bc3fb95a57a4a223e4b6fa/
http://autobuild.buildroot.net/results/4ec/4ec8a1735590a3cad4b74630b4b6bdd2e3a7eec8/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/jasper/jasper.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
index f4db8c492064..d659682a56e9 100644
--- a/package/jasper/jasper.mk
+++ b/package/jasper/jasper.mk
@@ -10,6 +10,8 @@ JASPER_INSTALL_STAGING = YES
 JASPER_LICENSE = JasPer License Version 2.0
 JASPER_LICENSE_FILES = LICENSE
 JASPER_SUPPORTS_IN_SOURCE_BUILD = NO
+JASPER_CONF_OPTS = -DCMAKE_DISABLE_FIND_PACKAGE_DOXYGEN=TRUE \
+		-DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE
 
 ifeq ($(BR2_STATIC_LIBS),y)
 JASPER_CONF_OPTS += -DJAS_ENABLE_SHARED=OFF
-- 
2.11.0

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

end of thread, other threads:[~2017-01-16 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-14 18:08 [Buildroot] [PATCH] jasper: disable PDF documentation generation Baruch Siach
2017-01-15 17:23 ` Yann E. MORIN
2017-01-16 12:15 ` Peter Korsgaard

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