All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency
@ 2021-01-19 18:05 Fabrice Fontaine
  2021-01-21 21:41 ` Thomas Petazzoni
  2021-01-28 16:32 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-19 18:05 UTC (permalink / raw)
  To: buildroot

boost is an optional dependency which is enabled by default since
version 0.80.0 and
https://github.com/freedesktop/poppler/commit/355fd8d58ca0209284fe568b3add28f207e995c1

There is no cmake option to enable or disable this dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/poppler/poppler.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 669ee6be7f..aba8602e06 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -23,6 +23,10 @@ ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
 POPPLER_CONF_OPTS += -DCMAKE_CXX_FLAGS="$(TARGET_CXXFLAGS) -latomic"
 endif
 
+ifeq ($(BR2_PACKAGE_BOOST),y)
+POPPLER_DEPENDENCIES += boost
+endif
+
 ifeq ($(BR2_PACKAGE_JPEG),y)
 POPPLER_DEPENDENCIES += jpeg
 POPPLER_CONF_OPTS += -DENABLE_DCTDECODER=libjpeg -DWITH_JPEG=ON
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency
  2021-01-19 18:05 [Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency Fabrice Fontaine
@ 2021-01-21 21:41 ` Thomas Petazzoni
  2021-01-28 16:32 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-01-21 21:41 UTC (permalink / raw)
  To: buildroot

On Tue, 19 Jan 2021 19:05:42 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> boost is an optional dependency which is enabled by default since
> version 0.80.0 and
> https://github.com/freedesktop/poppler/commit/355fd8d58ca0209284fe568b3add28f207e995c1
> 
> There is no cmake option to enable or disable this dependency
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/poppler/poppler.mk | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency
  2021-01-19 18:05 [Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency Fabrice Fontaine
  2021-01-21 21:41 ` Thomas Petazzoni
@ 2021-01-28 16:32 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-01-28 16:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > boost is an optional dependency which is enabled by default since
 > version 0.80.0 and
 > https://github.com/freedesktop/poppler/commit/355fd8d58ca0209284fe568b3add28f207e995c1

 > There is no cmake option to enable or disable this dependency

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-28 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 18:05 [Buildroot] [PATCH 1/1] package/poppler: add boost optional dependency Fabrice Fontaine
2021-01-21 21:41 ` Thomas Petazzoni
2021-01-28 16:32 ` Peter Korsgaard

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.