Files
gnome-shell/gnome-shell-add-linkoption-dl.patch

13 lines
396 B
Diff
Raw Permalink Normal View History

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
)