You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							390 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							390 B
						
					
					
				| westondatadir = $(datadir)/weston
 | |
| 
 | |
| dist_westondata_DATA =				\
 | |
| 	wayland.svg				\
 | |
| 	$(wayland_icon_png)			\
 | |
| 	pattern.png				\
 | |
| 	terminal.png				\
 | |
| 	border.png				\
 | |
| 	icon_window.png				\
 | |
| 	sign_close.png				\
 | |
| 	sign_maximize.png			\
 | |
| 	sign_minimize.png
 | |
| 
 | |
| if HAVE_RSVG_CONVERT
 | |
| wayland_icon_png = wayland.png
 | |
| 
 | |
| wayland.png : $(top_srcdir)/data/wayland.svg
 | |
| 	$(RSVG_CONVERT) -w 128 -h 128 $< -o $@
 | |
| endif
 | |
| 
 |