tools/mkimage: build uboot with NO_SDL=1
From uboot Documentation for uboot-2022.01 for tools-only we can build with NO_SDL=1 to skip installing the sdl2 package. Follow this to fix compilation error on macos Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
		| @@ -26,6 +26,7 @@ define Host/Compile | |||||||
| 		HOSTLDFLAGS="$(HOST_LDFLAGS)" \ | 		HOSTLDFLAGS="$(HOST_LDFLAGS)" \ | ||||||
| 		PKG_CONFIG_EXTRAARGS="--static" \ | 		PKG_CONFIG_EXTRAARGS="--static" \ | ||||||
| 		V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1) \ | 		V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1) \ | ||||||
|  | 		NO_SDL=1 \ | ||||||
| 		tools-only_config \ | 		tools-only_config \ | ||||||
| 		tools-only | 		tools-only | ||||||
| endef | endef | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Marangi
					Christian Marangi