(submit/meson-sdk.pc) meson.build: fix missing dependencies in xorg-server.pc
xorg-server.pc missed a few dependencies, so consumers might not get them and break build. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									a13d83bba1
								
							
						
					
					
						commit
						e4ff18e185
					
				| 
						 | 
					@ -855,6 +855,7 @@ if build_xorg
 | 
				
			||||||
    sdk_required_modules = [
 | 
					    sdk_required_modules = [
 | 
				
			||||||
      'pixman-1 >= 0.27.2',
 | 
					      'pixman-1 >= 0.27.2',
 | 
				
			||||||
      f'xproto @xproto_req@',
 | 
					      f'xproto @xproto_req@',
 | 
				
			||||||
 | 
					      'xfont2 >= 2.0',
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # XXX this isn't trying very hard, but hard enough.
 | 
					    # XXX this isn't trying very hard, but hard enough.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue