From 321f0819515cd53362b1b84aa2d1eece75e013e5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 28 Feb 2023 15:05:26 +0100 Subject: [PATCH] libsdl2: add missing libdecor RDEPEND libdecor is dlopen'ed ... add it as RDEPEND to make it work on runtime Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb index 871bb19712e..15054e1ea96 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb @@ -70,7 +70,7 @@ PACKAGECONFIG[kmsdrm] = "-DSDL_KMSDRM=ON,-DSDL_KMSDRM=OFF,libdrm virtual/lib # The hidraw support doesn't catch Xbox, PS4 and Nintendo controllers, # so we'll just use libusb when it's available. PACKAGECONFIG[libusb] = ",,libusb1" -PACKAGECONFIG[libdecor] = "-DSDL_WAYLAND_LIBDECOR=ON,-DSDL_WAYLAND_LIBDECOR=OFF,libdecor" +PACKAGECONFIG[libdecor] = "-DSDL_WAYLAND_LIBDECOR=ON,-DSDL_WAYLAND_LIBDECOR=OFF,libdecor,libdecor" PACKAGECONFIG[opengl] = "-DSDL_OPENGL=ON,-DSDL_OPENGL=OFF,virtual/egl" PACKAGECONFIG[pipewire] = "-DSDL_PIPEWIRE_SHARED=ON,-DSDL_PIPEWIRE_SHARED=OFF,pipewire" PACKAGECONFIG[pulseaudio] = "-DSDL_PULSEAUDIO=ON,-DSDL_PULSEAUDIO=OFF,pulseaudio" -- 2.47.3