View | Details | Raw Unified | Return to bug 232799 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 528-534 $(eval $(call feature_switch,DUKTAPE,Jav Link Here
528
$(eval $(call pkg_config_find_and_add,libcss,CSS))
528
$(eval $(call pkg_config_find_and_add,libcss,CSS))
529
$(eval $(call pkg_config_find_and_add,libdom,DOM))
529
$(eval $(call pkg_config_find_and_add,libdom,DOM))
530
$(eval $(call pkg_config_find_and_add,libnsutils,nsutils))
530
$(eval $(call pkg_config_find_and_add,libnsutils,nsutils))
531
$(eval $(call pkg_config_find_and_add,libutf8proc,utf8proc))
531
$(eval $(call pkg_config_find_and_add,libutf8proc-netsurf,utf8proc))
532
532
533
# Common libraries without pkg-config support
533
# Common libraries without pkg-config support
534
LDFLAGS += -lz
534
LDFLAGS += -lz
Lines 552-558 ifeq ($(HOST),mint) Link Here
552
else
552
else
553
    $(eval $(call pkg_config_find_and_add_enabled,CURL,libcurl,Curl))
553
    $(eval $(call pkg_config_find_and_add_enabled,CURL,libcurl,Curl))
554
endif
554
endif
555
$(eval $(call pkg_config_find_and_add_enabled,OPENSSL,openssl,OpenSSL))
556
555
557
$(eval $(call pkg_config_find_and_add_enabled,WEBP,libwebp,WEBP))
556
$(eval $(call pkg_config_find_and_add_enabled,WEBP,libwebp,WEBP))
558
$(eval $(call pkg_config_find_and_add_enabled,PNG,libpng,PNG))
557
$(eval $(call pkg_config_find_and_add_enabled,PNG,libpng,PNG))

Return to bug 232799