mirror of
				https://git.yoctoproject.org/libmatchboxwm2
				synced 2025-11-04 05:05:44 +08:00 
			
		
		
		
	There currently lots of inconsistent ways we refer to matchbox 2; it can be mbwm2, matchbox-wm-2, matchbox2, matchbox-window-manager-2 and things are also confusing when considering the naming of pkg-config files and for choosing the directory name for installing headers. The approach I'm starting to settle on (this goes back on some of the renaming changes I made recently, so sorry for the churn) is to consider the canonical name of the project just "matchbox" and then we use the package/library versioning to define it as "2.0". Headers now get installed in $prefix/include/matchbox-2.0/matchbox and the top level header has been renamed from mb-wm.h to matchbox.h. The pkg-config file will be installed as matchbox-2.0.pc
		
			
				
	
	
		
			15 lines
		
	
	
		
			386 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			386 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@prefix@
 | 
						|
exec_prefix=@exec_prefix@
 | 
						|
libdir=@libdir@
 | 
						|
includedir=@includedir@/matchbox-@MBWM_API_VERSION@/matchbox
 | 
						|
localedir=@localedir@
 | 
						|
apiversion=@MBWM_API_VERSION@
 | 
						|
requires=@MBWM_PKGREQUIRES@
 | 
						|
 | 
						|
Name: Matchbox
 | 
						|
Description: Framework to build window and composite managers.
 | 
						|
Requires: ${requires}
 | 
						|
Version: @VERSION@
 | 
						|
Libs: -L${libdir} -lmatchbox-${apiversion}
 | 
						|
Cflags: -I${includedir}
 |