Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libgtk3: fix cups backend
@ 2023-04-28 19:02 Daniel Lang
  2023-05-01 20:52 ` Yann E. MORIN
  2023-05-04 19:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Lang @ 2023-04-28 19:02 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

When explicitly specifying printing backends libgtk3 requires file
to be one of them on linux.

Fixes:
- output/build/libgtk3-3.24.37/modules/printbackends/meson.build:39:4: ERROR: Problem encountered: 'file' print backed needs to be enabled

Signed-off-by: Daniel Lang <dalang@gmx.at>
---
 package/libgtk3/libgtk3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libgtk3/libgtk3.mk b/package/libgtk3/libgtk3.mk
index 18a8a9fa42..b41049b0ee 100644
--- a/package/libgtk3/libgtk3.mk
+++ b/package/libgtk3/libgtk3.mk
@@ -68,7 +68,7 @@ LIBGTK3_DEPENDENCIES += xlib_libXdamage
 endif
 
 ifeq ($(BR2_PACKAGE_CUPS),y)
-LIBGTK3_CONF_OPTS += -Dprint_backends=cups
+LIBGTK3_CONF_OPTS += -Dprint_backends=file,cups
 LIBGTK3_DEPENDENCIES += cups
 else
 LIBGTK3_CONF_OPTS += -Dprint_backends=auto
-- 
2.40.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libgtk3: fix cups backend
  2023-04-28 19:02 [Buildroot] [PATCH] package/libgtk3: fix cups backend Daniel Lang
@ 2023-05-01 20:52 ` Yann E. MORIN
  2023-05-04 19:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-01 20:52 UTC (permalink / raw)
  To: Daniel Lang; +Cc: Fabrice Fontaine, buildroot

Daniel, All,

On 2023-04-28 21:02 +0200, Daniel Lang spake thusly:
> When explicitly specifying printing backends libgtk3 requires file
> to be one of them on linux.
> 
> Fixes:
> - output/build/libgtk3-3.24.37/modules/printbackends/meson.build:39:4: ERROR: Problem encountered: 'file' print backed needs to be enabled
> 
> Signed-off-by: Daniel Lang <dalang@gmx.at>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libgtk3/libgtk3.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libgtk3/libgtk3.mk b/package/libgtk3/libgtk3.mk
> index 18a8a9fa42..b41049b0ee 100644
> --- a/package/libgtk3/libgtk3.mk
> +++ b/package/libgtk3/libgtk3.mk
> @@ -68,7 +68,7 @@ LIBGTK3_DEPENDENCIES += xlib_libXdamage
>  endif
>  
>  ifeq ($(BR2_PACKAGE_CUPS),y)
> -LIBGTK3_CONF_OPTS += -Dprint_backends=cups
> +LIBGTK3_CONF_OPTS += -Dprint_backends=file,cups
>  LIBGTK3_DEPENDENCIES += cups
>  else
>  LIBGTK3_CONF_OPTS += -Dprint_backends=auto
> -- 
> 2.40.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libgtk3: fix cups backend
  2023-04-28 19:02 [Buildroot] [PATCH] package/libgtk3: fix cups backend Daniel Lang
  2023-05-01 20:52 ` Yann E. MORIN
@ 2023-05-04 19:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-05-04 19:15 UTC (permalink / raw)
  To: Daniel Lang; +Cc: Fabrice Fontaine, buildroot

>>>>> "Daniel" == Daniel Lang <dalang@gmx.at> writes:

 > When explicitly specifying printing backends libgtk3 requires file
 > to be one of them on linux.

 > Fixes:
 > - output/build/libgtk3-3.24.37/modules/printbackends/meson.build:39:4:
 > ERROR: Problem encountered: 'file' print backed needs to be enabled

 > Signed-off-by: Daniel Lang <dalang@gmx.at>

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-05-04 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 19:02 [Buildroot] [PATCH] package/libgtk3: fix cups backend Daniel Lang
2023-05-01 20:52 ` Yann E. MORIN
2023-05-04 19: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