meson: Add libdrm to hw/xfree86/common's dependencies
Signed-off-by: Adam Jackson <ajax@redhat.com> Acked-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									2e497bf887
								
							
						
					
					
						commit
						e3baacacda
					
				| 
						 | 
					@ -85,6 +85,7 @@ xorg_common = static_library('xorg_common',
 | 
				
			||||||
        common_dep,
 | 
					        common_dep,
 | 
				
			||||||
        dbus_dep,
 | 
					        dbus_dep,
 | 
				
			||||||
        pciaccess_dep,
 | 
					        pciaccess_dep,
 | 
				
			||||||
 | 
					        libdrm_dep,
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    c_args: xorg_c_args,
 | 
					    c_args: xorg_c_args,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue