gnome-shell/gnome-shell-add-linkoption-dl.patch
Dominique Leuenberger 8b7431be20 Accepting request 1117090 from home:yfjiang:branches:GNOME:Factory
- Add gnome-shell-add-linkoption-dl.patch on SLE and Leap: the -ldl
  option to build gnome-shell main programme is needed because an
  upstream fix. This option needs explicitly given on current SLE
  build environment. See:
  65cde18786

OBS-URL: https://build.opensuse.org/request/show/1117090
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=545
2023-10-12 13:06:35 +00:00

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
)