File gnome-shell-add-linkoption-dl.patch of Package gnome-shell
Index: gnome-shell-48.rc/src/meson.build
===================================================================
--- gnome-shell-48.rc.orig/src/meson.build
+++ gnome-shell-48.rc/src/meson.build
@@ -285,6 +285,7 @@ executable('gnome-shell', 'main.c',
include_directories: [conf_inc],
build_rpath: mutter_typelibdir,
install_rpath: install_rpath,
+ link_args: ['-ldl'],
install: true
)