mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	Replace the custom Makefile by automake. In addition drop the hacky libwidgetextra-uninstalled.pc and configure the library like every other optional library, but check if the library is not disabled.
		
			
				
	
	
		
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| 
 | |
| Name: @PACKAGE@
 | |
| Description: Extras for wxwidgets
 | |
| Version: @VERSION@
 | |
| Cflags: -I${includedir}
 | |
| Libs: -L${libdir} -lwidgetextra
 |