All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/poppler: enable autodetection of openjpeg
@ 2016-06-09 22:36 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-06-09 22:36 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=b1aceeae2d854cf7bb6946c82d27e843da38ba63
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This patch enables autodetection for installed openjpeg library.
Previously we were forcing to version 1.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/poppler/poppler.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 1113e4b..c6cd2eb 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -75,7 +75,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_OPENJPEG),y)
 POPPLER_DEPENDENCIES += openjpeg
-POPPLER_CONF_OPTS += --enable-libopenjpeg=openjpeg1
+POPPLER_CONF_OPTS += --enable-libopenjpeg
 else
 POPPLER_CONF_OPTS += --enable-libopenjpeg=none
 endif

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-09 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 22:36 [Buildroot] [git commit] package/poppler: enable autodetection of openjpeg Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.