Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/3] package/poppler: enable autodetection of openjpeg
Date: Mon, 25 Apr 2016 23:44:32 +0200	[thread overview]
Message-ID: <1461620673-31313-3-git-send-email-angelo.compagnucci@gmail.com> (raw)
In-Reply-To: <1461620673-31313-1-git-send-email-angelo.compagnucci@gmail.com>

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

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.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
-- 
1.9.1

  parent reply	other threads:[~2016-04-25 21:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25 21:44 [Buildroot] [PATCH v2 0/3] python-pillow: new package Angelo Compagnucci
2016-04-25 21:44 ` [Buildroot] [PATCH v2 1/3] package/openjpeg: bump to version 2.1 Angelo Compagnucci
2016-06-09 22:37   ` Thomas Petazzoni
2016-04-25 21:44 ` Angelo Compagnucci [this message]
2016-06-09 22:37   ` [Buildroot] [PATCH v2 2/3] package/poppler: enable autodetection of openjpeg Thomas Petazzoni
2016-04-25 21:44 ` [Buildroot] [PATCH v2 3/3] package/python-pillow: new package Angelo Compagnucci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461620673-31313-3-git-send-email-angelo.compagnucci@gmail.com \
    --to=angelo.compagnucci@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox