All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/webkitgtk: Use proper USE_WOFF2 flag instead of ENABLE_WOFF2
@ 2018-11-18 22:49 Grzegorz Blach
  2018-11-19 21:01 ` Thomas Petazzoni
  2018-11-26 16:17 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Grzegorz Blach @ 2018-11-18 22:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
---
 package/webkitgtk/webkitgtk.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
index 54a791cd14..16644f0e93 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -22,10 +22,10 @@ WEBKITGTK_CONF_OPTS = \
 	-DENABLE_INTROSPECTION=OFF \
 	-DENABLE_MINIBROWSER=ON \
 	-DENABLE_SPELLCHECK=ON \
-	-DENABLE_WOFF2=ON \
 	-DPORT=GTK \
 	-DUSE_LIBNOTIFY=OFF \
-	-DUSE_LIBHYPHEN=OFF
+	-DUSE_LIBHYPHEN=OFF \
+	-DUSE_WOFF2=ON
 
 ifeq ($(BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS_JIT),y)
 WEBKITGTK_CONF_OPTS += -DENABLE_JIT=ON
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] package/webkitgtk: Use proper USE_WOFF2 flag instead of ENABLE_WOFF2
  2018-11-18 22:49 [Buildroot] [PATCH 1/1] package/webkitgtk: Use proper USE_WOFF2 flag instead of ENABLE_WOFF2 Grzegorz Blach
@ 2018-11-19 21:01 ` Thomas Petazzoni
  2018-11-26 16:17 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-11-19 21:01 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 18 Nov 2018 23:49:43 +0100, Grzegorz Blach wrote:
> Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
> ---
>  package/webkitgtk/webkitgtk.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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/webkitgtk: Use proper USE_WOFF2 flag instead of ENABLE_WOFF2
  2018-11-18 22:49 [Buildroot] [PATCH 1/1] package/webkitgtk: Use proper USE_WOFF2 flag instead of ENABLE_WOFF2 Grzegorz Blach
  2018-11-19 21:01 ` Thomas Petazzoni
@ 2018-11-26 16:17 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-11-26 16:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Grzegorz" == Grzegorz Blach <grzegorz@blach.pl> writes:

 > Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>

Committed to 2018.02.x and 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-11-26 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18 22:49 [Buildroot] [PATCH 1/1] package/webkitgtk: Use proper USE_WOFF2 flag instead of ENABLE_WOFF2 Grzegorz Blach
2018-11-19 21:01 ` Thomas Petazzoni
2018-11-26 16:17 ` 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.