Makefile: do not redefine $XPROTO if it's already defined.
This commit is contained in:
		@@ -10,7 +10,9 @@
 | 
				
			|||||||
# Go package.
 | 
					# Go package.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# My path to the X protocol XML descriptions.
 | 
					# My path to the X protocol XML descriptions.
 | 
				
			||||||
 | 
					ifndef XPROTO
 | 
				
			||||||
XPROTO=/usr/share/xcb
 | 
					XPROTO=/usr/share/xcb
 | 
				
			||||||
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# All of the XML files in my /usr/share/xcb directory EXCEPT XKB. -_-
 | 
					# All of the XML files in my /usr/share/xcb directory EXCEPT XKB. -_-
 | 
				
			||||||
# This is intended to build xgbgen and generate Go code for each supported
 | 
					# This is intended to build xgbgen and generate Go code for each supported
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user