mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 17:52:43 +03:00
Cope with freebsd gdk paths
This commit is contained in:
parent
3d514d5334
commit
c6ada5c089
@ -88,7 +88,11 @@ define convert_image
|
||||
S_PIXBUF += $(2)
|
||||
|
||||
$(2): $(1)
|
||||
ifeq ($(HOST),FreeBSD)
|
||||
$(Q)echo "#include <gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h>" > $(2)
|
||||
else
|
||||
$(Q)echo "#include <gdk-pixbuf/gdk-pixdata.h>" > $(2)
|
||||
endif
|
||||
$(Q)gdk-pixbuf-csource --extern --struct --name=$(3) $(1) >> $(2) || \
|
||||
( rm -f $(2) && false )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user