Files
meta-openembedded/meta-oe/recipes-graphics
Martin Jansa b41e80c15e gtkwave: set REQUIRED_DISTRO_FEATURES only to wayland
* after the migration to gtk3 in:
  https://git.openembedded.org/meta-openembedded/commit/?id=8221db74e300619d002e2b385d12a5fe13e8999a
  this was now failing with:

| In file included from ../../gtkwave-gtk3-3.3.109/src/debug.h:17,
|                  from ../../gtkwave-gtk3-3.3.109/src/vlist.h:18,
|                  from ../../gtkwave-gtk3-3.3.109/src/analyzer.h:18,
|                  from ../../gtkwave-gtk3-3.3.109/src/symbol.h:20,
|                  from ../../gtkwave-gtk3-3.3.109/src/vcd.h:32,
|                  from ../../gtkwave-gtk3-3.3.109/src/ae2.h:16,
|                  from ../../gtkwave-gtk3-3.3.109/src/globals.h:27,
|                  from ../../gtkwave-gtk3-3.3.109/src/timeentry.c:11:
| ../../gtkwave-gtk3-3.3.109/src/gtk23compat.h:12:10: fatal error: gdk/gdkwayland.h: No such file or directory
|    12 | #include <gdk/gdkwayland.h>
|       |          ^~~~~~~~~~~~~~~~~~

  for distributions without wayland in DISTRO_FEATURES.

* because https://github.com/gtkwave/gtkwave/blob/f9d82a82aa3ddc30ca47984278371f62c9a3bd81/gtkwave3-gtk3/src/gtk23compat.h#L10
  explicitly includes gdk/gdkwayland.h for gtk-3.22.26 and newer (oe-core currently has 3.24.29)

* restrict REQUIRED_DISTRO_FEATURES to wayland _and_ x11
  (instead of either of them through ANY_OF_DISTRO_FEATURES and GTK3DISTROFEATURES)
  because wayland is needed for gtk3 to provide this gdkwayland.h
  and x11 is needed by tk dependency

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-31 07:48:02 -07:00
..
2017-01-25 15:58:52 +01:00
2017-07-14 23:43:21 +02:00
2020-11-15 12:35:26 -08:00
2021-04-01 08:32:48 -07:00
2020-12-29 15:50:45 -08:00
2020-01-22 09:56:35 -08:00
2020-08-13 22:32:07 -07:00
2020-01-22 09:56:34 -08:00
2021-02-06 12:01:10 -08:00
2021-03-05 07:57:09 -08:00
2021-05-19 09:17:49 -07:00
2021-02-09 08:51:48 -08:00
2021-05-28 06:55:33 -07:00
2020-04-06 08:29:49 -07:00
2021-02-11 09:05:11 -08:00
2021-05-28 06:55:33 -07:00
2020-09-16 17:24:44 -07:00
2021-05-19 09:17:49 -07:00
2021-05-22 05:54:00 -07:00
2020-07-28 12:23:16 -07:00
2020-08-13 22:32:07 -07:00
2021-04-08 09:25:54 -07:00
2021-04-02 11:39:48 -07:00
2020-09-03 07:56:08 -07:00
2020-04-12 23:33:38 -07:00