mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-10-29 05:40:16 -04:00 
			
		
		
		
	wayland-cursor: add an option that changes the cursor theme directory
Some distros (e.g. gentoo) install cursor themes in non-standard directories. Add option --with-icondir to configure.sh that sets the directory in which to look for cursors.
This commit is contained in:
		
							parent
							
								
									c29020332a
								
							
						
					
					
						commit
						dd8891be36
					
				
					 2 changed files with 10 additions and 1 deletions
				
			
		|  | @ -11,4 +11,8 @@ libwayland_cursor_la_LIBADD = $(top_builddir)/src/libwayland-client.la | |||
| pkgconfigdir = $(libdir)/pkgconfig | ||||
| pkgconfig_DATA = wayland-cursor.pc | ||||
| 
 | ||||
| AM_CFLAGS = $(GCC_CFLAGS) -I$(top_builddir)/src -I$(top_srcdir)/src | ||||
| AM_CFLAGS = \ | ||||
| 	$(GCC_CFLAGS) \ | ||||
| 	-I$(top_builddir)/src \ | ||||
| 	-I$(top_srcdir)/src \ | ||||
| 	-DICONDIR=\"$(ICONDIR)\" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ander Conselvan de Oliveira
						Ander Conselvan de Oliveira