XFree86: sdksyms: Remove unused -DXorgLoader
We no longer have anything in the tree that checks for XorgLoader. This was a fairly monumental hack: xvdi.h used to hide all its functions behind #ifndef XorgLoader, solely to avoid sdksyms.sh picking up its symbols, as it was previously a module rather than built-in. This is no longer the case, so we can remove the define. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									7a11b817e7
								
							
						
					
					
						commit
						2e6c5f9591
					
				|  | @ -324,8 +324,8 @@ topdir=$1 | |||
| shift | ||||
| LC_ALL=C | ||||
| export LC_ALL | ||||
| ${CPP:-cpp} "$@" -DXorgLoader sdksyms.c > /dev/null || exit $? | ||||
| ${CPP:-cpp} "$@" -DXorgLoader sdksyms.c | ${AWK:-awk} -v topdir=$topdir ' | ||||
| ${CPP:-cpp} "$@" sdksyms.c > /dev/null || exit $? | ||||
| ${CPP:-cpp} "$@" sdksyms.c | ${AWK:-awk} -v topdir=$topdir ' | ||||
| BEGIN { | ||||
|     sdk = 0; | ||||
|     print("/*"); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue