All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libinput: Enable gui PACKAGECONFIG by default
@ 2019-01-09  0:09 Alistair Francis
  2019-01-09  2:42 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Alistair Francis @ 2019-01-09  0:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 meta/recipes-graphics/wayland/libinput_1.12.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/libinput_1.12.3.bb b/meta/recipes-graphics/wayland/libinput_1.12.3.bb
index 3d1ab59309..d3f34c5040 100644
--- a/meta/recipes-graphics/wayland/libinput_1.12.3.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.12.3.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "f266ff861a2e7a97e1402c4345e3547b900efde68adbd40e56403e2617
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 inherit meson pkgconfig lib_package
 
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "gui"
 PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
 PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
 
-- 
2.19.1



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

* Re: [PATCH] libinput: Enable gui PACKAGECONFIG by default
  2019-01-09  0:09 [PATCH] libinput: Enable gui PACKAGECONFIG by default Alistair Francis
@ 2019-01-09  2:42 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-01-09  2:42 UTC (permalink / raw)
  To: Alistair Francis; +Cc: openembedded-core

On Tue, Jan 8, 2019 at 4:19 PM Alistair Francis
<Alistair.Francis@wdc.com> wrote:
>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> ---
>  meta/recipes-graphics/wayland/libinput_1.12.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/wayland/libinput_1.12.3.bb b/meta/recipes-graphics/wayland/libinput_1.12.3.bb
> index 3d1ab59309..d3f34c5040 100644
> --- a/meta/recipes-graphics/wayland/libinput_1.12.3.bb
> +++ b/meta/recipes-graphics/wayland/libinput_1.12.3.bb
> @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "f266ff861a2e7a97e1402c4345e3547b900efde68adbd40e56403e2617
>  UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
>  inherit meson pkgconfig lib_package
>
> -PACKAGECONFIG ??= ""
> +PACKAGECONFIG ??= "gui"

if you explain why, this should be default that would be helpful.

>  PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
>  PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
>
> --
> 2.19.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2019-01-09  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09  0:09 [PATCH] libinput: Enable gui PACKAGECONFIG by default Alistair Francis
2019-01-09  2:42 ` Khem Raj

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.