mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 00:40:15 +03:00
Search for librosprite when cross compiling for Amiga platforms
svn path=/trunk/netsurf/; revision=12699
This commit is contained in:
parent
25fea2721d
commit
23c336cba9
@ -38,6 +38,7 @@ ifeq ($(HOST),amiga)
|
||||
EXETARGET := NetSurf
|
||||
endif
|
||||
else
|
||||
$(eval $(call pkg_config_find_and_add,ROSPRITE,librosprite,Sprite))
|
||||
$(eval $(call pkg_config_find_and_add,BMP,libnsbmp,BMP))
|
||||
$(eval $(call pkg_config_find_and_add,GIF,libnsgif,GIF))
|
||||
$(eval $(call pkg_config_find_and_add,PNG,libpng,PNG))
|
||||
|
Loading…
Reference in New Issue
Block a user