meson: Fix indenting in glx/meson.build
No functional changes, just fixing a tabs vs. space error I noticed Signed-off-by: Lyude Paul <lyude@redhat.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
		@@ -68,8 +68,8 @@ hdrs_vnd = [
 | 
			
		||||
libglxvnd = ''
 | 
			
		||||
if build_glx
 | 
			
		||||
    libglxvnd = static_library('libglxvnd',
 | 
			
		||||
	srcs_vnd,
 | 
			
		||||
	include_directories: inc,
 | 
			
		||||
    srcs_vnd,
 | 
			
		||||
    include_directories: inc,
 | 
			
		||||
        dependencies: [
 | 
			
		||||
            common_dep,
 | 
			
		||||
            dl_dep,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user