xfree86: xv: don't install xf86xvpriv.h
Not included by any drivers, and it's supposed to be private anyways. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									1d5ed400e3
								
							
						
					
					
						commit
						f13a8c1798
					
				|  | @ -61,7 +61,7 @@ endif | |||
| 
 | ||||
| if build_xv | ||||
|     srcs_xorg_common += ['xf86xv.c', 'xf86xvmc.c'] | ||||
|     xorg_sdk_headers += ['xf86xv.h', 'xf86xvmc.h', 'xf86xvpriv.h'] | ||||
|     xorg_sdk_headers += ['xf86xv.h', 'xf86xvmc.h'] | ||||
| endif | ||||
| 
 | ||||
| if build_udev | ||||
|  |  | |||
|  | @ -135,7 +135,6 @@ cat > sdksyms.c << EOF | |||
| #ifdef XV | ||||
| # include "xf86xv.h" | ||||
| # include "xf86xvmc.h" | ||||
| # include "xf86xvpriv.h" | ||||
| #endif | ||||
| #include "xorgVersion.h" | ||||
| #if defined(__sparc__) || defined(__sparc) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue