diff options
| author | Andrew Fernandes <andrew@fernandes.org> | 2024-06-13 12:54:27 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-06-13 08:58:01 -0700 |
| commit | 6dfacf4cd3025fa485fa677ff850872882954f71 (patch) | |
| tree | 193a5eeb7cff48f3ffd86fef1a6f2ec3dd150917 /meta/recipes-gnome | |
| parent | c4f82e3fd561ac83c8c836e43d701cff36ca2f42 (diff) | |
| download | poky-6dfacf4cd3025fa485fa677ff850872882954f71.tar.gz | |
gtk+: add missing libdrm dependency
Fixes [YOCTO #15513]
When built without the wayland feature, gtk4 does not
build due to a missing explicit dependency on libdrm.
(From OE-Core rev: 46c7f1a8d6b39256479abd8a7bb7be1ccf221267)
Signed-off-by: Andrew Fernandes <andrew@fernandes.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-gnome')
| -rw-r--r-- | meta/recipes-gnome/gtk+/gtk4_4.14.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb b/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb index 497be6805a..aae69271ac 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb | |||
| @@ -16,6 +16,7 @@ DEPENDS = " \ | |||
| 16 | graphene \ | 16 | graphene \ |
| 17 | harfbuzz \ | 17 | harfbuzz \ |
| 18 | jpeg \ | 18 | jpeg \ |
| 19 | libdrm \ | ||
| 19 | libepoxy \ | 20 | libepoxy \ |
| 20 | libpng \ | 21 | libpng \ |
| 21 | librsvg \ | 22 | librsvg \ |
