forked from AuroraMiddleware/gtk
build: Remove unused backend_immodules variable
We don't have input method modules any more.
This commit is contained in:
parent
a5986f0dcd
commit
618186723a
10
meson.build
10
meson.build
@ -367,7 +367,7 @@ endif
|
|||||||
|
|
||||||
if win32_enabled
|
if win32_enabled
|
||||||
# for GTK_IM_CONTEXT_IME
|
# for GTK_IM_CONTEXT_IME
|
||||||
pangowin32_dep = dependency('pangowin32')
|
pangowin32_dep = dependency('pangowin32')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pangocairo_dep = dependency('pangocairo', version: pango_req,
|
pangocairo_dep = dependency('pangocairo', version: pango_req,
|
||||||
@ -410,8 +410,6 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
backend_immodules = []
|
|
||||||
|
|
||||||
pc_gdk_extra_libs = []
|
pc_gdk_extra_libs = []
|
||||||
|
|
||||||
cairo_backends = []
|
cairo_backends = []
|
||||||
@ -453,7 +451,6 @@ if wayland_enabled
|
|||||||
wlclientdep = dependency('wayland-client', version: wayland_req)
|
wlclientdep = dependency('wayland-client', version: wayland_req)
|
||||||
wlprotocolsdep = dependency('wayland-protocols', version: wayland_proto_req, required: false)
|
wlprotocolsdep = dependency('wayland-protocols', version: wayland_proto_req, required: false)
|
||||||
wlegldep = dependency('wayland-egl')
|
wlegldep = dependency('wayland-egl')
|
||||||
backend_immodules += ['wayland']
|
|
||||||
|
|
||||||
if not wlprotocolsdep.found()
|
if not wlprotocolsdep.found()
|
||||||
wlproto_dir = subproject('wayland-protocols').get_variable('wayland_protocols_srcdir')
|
wlproto_dir = subproject('wayland-protocols').get_variable('wayland_protocols_srcdir')
|
||||||
@ -483,8 +480,6 @@ if x11_enabled
|
|||||||
xcomposite_dep = dependency('xcomposite', required: false)
|
xcomposite_dep = dependency('xcomposite', required: false)
|
||||||
fontconfig_dep = dependency('fontconfig')
|
fontconfig_dep = dependency('fontconfig')
|
||||||
|
|
||||||
backend_immodules += ['xim']
|
|
||||||
|
|
||||||
x11_pkgs = ['fontconfig', 'x11', 'xext', 'xi', 'xrandr']
|
x11_pkgs = ['fontconfig', 'x11', 'xext', 'xi', 'xrandr']
|
||||||
|
|
||||||
if xcursor_dep.found()
|
if xcursor_dep.found()
|
||||||
@ -547,12 +542,10 @@ endif
|
|||||||
|
|
||||||
if broadway_enabled
|
if broadway_enabled
|
||||||
pc_gdk_extra_libs += ['-lz']
|
pc_gdk_extra_libs += ['-lz']
|
||||||
backend_immodules += ['broadway']
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if macos_enabled
|
if macos_enabled
|
||||||
pc_gdk_extra_libs += ['-framework Cocoa', '-framework Carbon']
|
pc_gdk_extra_libs += ['-framework Cocoa', '-framework Carbon']
|
||||||
backend_immodules += ['quartz']
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
extra_demo_ldflags = []
|
extra_demo_ldflags = []
|
||||||
@ -567,7 +560,6 @@ if win32_enabled
|
|||||||
pc_gdk_extra_libs += ['-Wl,-luuid']
|
pc_gdk_extra_libs += ['-Wl,-luuid']
|
||||||
endif
|
endif
|
||||||
pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32']
|
pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32']
|
||||||
backend_immodules += ['ime']
|
|
||||||
|
|
||||||
# Check whether libepoxy is built with EGL support on Windows
|
# Check whether libepoxy is built with EGL support on Windows
|
||||||
win32_has_egl = epoxy_dep.get_variable(
|
win32_has_egl = epoxy_dep.get_variable(
|
||||||
|
Loading…
Reference in New Issue
Block a user