Bug #6580: Don't install xf86drm.h, that's libdrm's job.
This commit is contained in:
		
							parent
							
								
									aefa347bde
								
							
						
					
					
						commit
						82b6ea1a4b
					
				| 
						 | 
					@ -1,3 +1,8 @@
 | 
				
			||||||
 | 
					2006-04-14  Adam Jackson  <ajax@freedesktop.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* hw/xfree86/os-support/Makefile.am:
 | 
				
			||||||
 | 
						Bug #6580: Don't install xf86drm.h, that's libdrm's job.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2006-04-09  Daniel Stone  <daniel@freedesktop.org>
 | 
					2006-04-09  Daniel Stone  <daniel@freedesktop.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* Xi/exevents.c:
 | 
						* Xi/exevents.c:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,10 +5,10 @@ endif
 | 
				
			||||||
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
 | 
					SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
 | 
				
			||||||
DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco usl
 | 
					DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco usl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
 | 
					sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h \
 | 
				
			||||||
              xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h
 | 
					              assyntax.h xf86OSKbd.h xf86OSmouse.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
 | 
					EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib xf86drm.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# to get the grouping semantics right, you have to glom these three together
 | 
					# to get the grouping semantics right, you have to glom these three together
 | 
				
			||||||
# as one library, otherwise libtool will actively defeat your attempts to
 | 
					# as one library, otherwise libtool will actively defeat your attempts to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue