forked from pool/gnome-shell
+ gnome-shell-gdm-login-applet.patch + gnome-shell-domain.patch + gnome-shell-fate324570-Make-GDM-background-image-configurable.patch + gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch - Comment out gs-fate318433-prevent-same-account-multi-logins.patch Needs to be removed or rebased. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=584
13 lines
430 B
Diff
13 lines
430 B
Diff
Index: gnome-shell-45.0/src/meson.build
|
|
===================================================================
|
|
--- gnome-shell-45.0.orig/src/meson.build
|
|
+++ gnome-shell-45.0/src/meson.build
|
|
@@ -250,6 +250,7 @@ executable('gnome-shell', 'main.c',
|
|
include_directories: [conf_inc, st_inc, include_directories('tray')],
|
|
build_rpath: mutter_typelibdir,
|
|
install_rpath: install_rpath,
|
|
+ link_args: ['-ldl'],
|
|
install: true
|
|
)
|
|
|