[gnome-shell/wip/fmuellner/remove-app-menu: 45/45] build: Don't introspect ShellMenu
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/remove-app-menu: 45/45] build: Don't introspect ShellMenu
- Date: Tue, 9 Oct 2018 11:28:07 +0000 (UTC)
commit ce2c34a44ef9c6c5f141fc0bf2d5a5b1b925c4c0
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Oct 4 20:09:25 2018 +0200
build: Don't introspect ShellMenu
It is now only used internally by ShellApp to track remote actions,
so there's no need to expose it to javascript code.
https://gitlab.gnome.org/GNOME/gnome-shell/issues/624
src/meson.build | 15 ---------------
1 file changed, 15 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 032c9d388..4a14e1cb7 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -80,20 +80,6 @@ libshell_menu = library('gnome-shell-menu',
install: true
)
-libshell_menu_gir = gnome.generate_gir(libshell_menu,
- sources: libshell_menu_sources,
- nsversion: '0.1',
- namespace: 'ShellMenu',
- identifier_prefix: 'Gtk',
- symbol_prefix: 'gtk',
- includes: ['Gio-2.0', libst_gir[0]],
- dependencies: [mutter_dep],
- extra_args: ['--quiet'],
- install_dir_gir: pkgdatadir,
- install_dir_typelib: pkglibdir,
- install: true
-)
-
libshell_menu_dep = declare_dependency(link_with: libshell_menu)
libshell_public_headers = [
@@ -225,7 +211,6 @@ endif
libshell_gir_includes += [
libgvc_gir[0],
- libshell_menu_gir[0],
libst_gir[0]
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]