meson: Build the input modules
Build the input modules for GTK+, either as modules or built directly into GTK. Also provide a configure option to build the specified immodules, or all, or the backend immodule(s) or none of the immodules into GTK. Note that for Visual Studio all immodules are built into the GTK DLL by default, like what is done in the Visual Studio projects. Note that building the backend immodules for Quartz, X11 and Wayland are currently untested.
This commit is contained in:
		 Chun-wei Fan
					Chun-wei Fan
				
			
				
					committed by
					
						 Christoph Reiter
						Christoph Reiter
					
				
			
			
				
	
			
			
			 Christoph Reiter
						Christoph Reiter
					
				
			
						parent
						
							6b079afa0a
						
					
				
				
					commit
					5e8edec254
				
			| @ -931,9 +931,9 @@ endif | ||||
| libgtk = shared_library('gtk-3', | ||||
|                         soversion: gtk_soversion, | ||||
|                         sources: [typefuncs, gtk_sources, gtkmarshal_h, gtkprivatetypebuiltins_h], | ||||
|                         c_args: gtk_cargs + common_cflags, | ||||
|                         c_args: gtk_cargs + common_cflags + gtk_included_im_cflags, | ||||
|                         include_directories: [confinc, gdkinc, gtkinc], | ||||
|                         dependencies: gtk_deps + [libgdk_dep], | ||||
|                         dependencies: gtk_deps + [libgdk_dep] + gtk_included_im_deps, | ||||
|                         link_with: libgdk, | ||||
|                         link_args: common_ldflags, | ||||
|                         darwin_versions : gtk_osxversions, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user