[gtk/ebassi/for-master: 2/7] build: Remove unused backend_immodules variable
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/for-master: 2/7] build: Remove unused backend_immodules variable
- Date: Tue, 15 Dec 2020 12:50:35 +0000 (UTC)
commit 618186723a4687cc246daf99a6515f373b985225
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Dec 15 11:20:19 2020 +0000
build: Remove unused backend_immodules variable
We don't have input method modules any more.
meson.build | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/meson.build b/meson.build
index dc34c09123..eb688644e4 100644
--- a/meson.build
+++ b/meson.build
@@ -367,7 +367,7 @@ endif
if win32_enabled
# for GTK_IM_CONTEXT_IME
- pangowin32_dep = dependency('pangowin32')
+ pangowin32_dep = dependency('pangowin32')
endif
pangocairo_dep = dependency('pangocairo', version: pango_req,
@@ -410,8 +410,6 @@ else
endif
-backend_immodules = []
-
pc_gdk_extra_libs = []
cairo_backends = []
@@ -453,7 +451,6 @@ if wayland_enabled
wlclientdep = dependency('wayland-client', version: wayland_req)
wlprotocolsdep = dependency('wayland-protocols', version: wayland_proto_req, required: false)
wlegldep = dependency('wayland-egl')
- backend_immodules += ['wayland']
if not wlprotocolsdep.found()
wlproto_dir = subproject('wayland-protocols').get_variable('wayland_protocols_srcdir')
@@ -483,8 +480,6 @@ if x11_enabled
xcomposite_dep = dependency('xcomposite', required: false)
fontconfig_dep = dependency('fontconfig')
- backend_immodules += ['xim']
-
x11_pkgs = ['fontconfig', 'x11', 'xext', 'xi', 'xrandr']
if xcursor_dep.found()
@@ -547,12 +542,10 @@ endif
if broadway_enabled
pc_gdk_extra_libs += ['-lz']
- backend_immodules += ['broadway']
endif
if macos_enabled
pc_gdk_extra_libs += ['-framework Cocoa', '-framework Carbon']
- backend_immodules += ['quartz']
endif
extra_demo_ldflags = []
@@ -567,7 +560,6 @@ if win32_enabled
pc_gdk_extra_libs += ['-Wl,-luuid']
endif
pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32']
- backend_immodules += ['ime']
# Check whether libepoxy is built with EGL support on Windows
win32_has_egl = epoxy_dep.get_variable(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]