mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
gdesktopappinfo: Use sh
rather than gio-launch-desktop
There were some problems about where to install `gio-launch-desktop` to support multiarch systems without circular dependencies. Simon McVittie suggested that, actually, given the current set of platforms supported by `GDesktopAppInfo` (they’re all POSIX), we could just use `sh`. That simplifies things nicely. `gio-launch-desktop` can always be resurrected (and the multiarch debate continued and resolved) if needed in future. Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #1633
This commit is contained in:
@@ -416,12 +416,6 @@ if host_system != 'windows'
|
||||
contenttype_sources += files('gcontenttype.c')
|
||||
appinfo_sources += files('gdesktopappinfo.c')
|
||||
gio_unix_include_headers += files('gdesktopappinfo.h')
|
||||
|
||||
executable('gio-launch-desktop', 'gio-launch-desktop.c',
|
||||
install : true,
|
||||
c_args : gio_c_args,
|
||||
# intl.lib is not compatible with SAFESEH
|
||||
link_args : noseh_link_args)
|
||||
endif
|
||||
|
||||
subdir('xdgmime')
|
||||
|
Reference in New Issue
Block a user