The media player buttons weren't working. At runtime there were warnings
like:
(gtk-play:824): Gtk-WARNING **: 12:37:53.946: Could not find signal handler 'next_button_clicked_cb'. Did you compile with -rdynamic?
Add the missing linker option to make the buttons work.
[YOCTO #15915]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
inherit meson pkgconfig features_check
+# gtk-play has runtime errors otherwise
+TARGET_LDFLAGS += "-rdynamic"
+
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"