Enable XF86PM on all Solaris platforms, not just x86/x64
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									f77262513e
								
							
						
					
					
						commit
						f7b375bd14
					
				| 
						 | 
					@ -1575,6 +1575,7 @@ if test "x$XORG" = xyes; then
 | 
				
			||||||
	  solaris*)
 | 
						  solaris*)
 | 
				
			||||||
	  	XORG_OS="solaris"
 | 
						  	XORG_OS="solaris"
 | 
				
			||||||
		XORG_OS_SUBDIR="solaris"
 | 
							XORG_OS_SUBDIR="solaris"
 | 
				
			||||||
 | 
							XORG_CFLAGS="$XORG_CFLAGS -DXF86PM"
 | 
				
			||||||
		# Use the same stubs as BSD for old functions, since we now
 | 
							# Use the same stubs as BSD for old functions, since we now
 | 
				
			||||||
		# use libpciaccess for PCI
 | 
							# use libpciaccess for PCI
 | 
				
			||||||
		xorg_bus_bsdpci="yes"
 | 
							xorg_bus_bsdpci="yes"
 | 
				
			||||||
| 
						 | 
					@ -1607,7 +1608,6 @@ if test "x$XORG" = xyes; then
 | 
				
			||||||
			else
 | 
								else
 | 
				
			||||||
				SOLARIS_INOUT_ARCH="ia32"
 | 
									SOLARIS_INOUT_ARCH="ia32"
 | 
				
			||||||
			fi
 | 
								fi
 | 
				
			||||||
			XORG_CFLAGS="$XORG_CFLAGS -DXF86PM"
 | 
					 | 
				
			||||||
			;;
 | 
								;;
 | 
				
			||||||
		  *)
 | 
							  *)
 | 
				
			||||||
			AC_MSG_ERROR([Unsupported Solaris platform. Only SPARC & x86 \
 | 
								AC_MSG_ERROR([Unsupported Solaris platform. Only SPARC & x86 \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue