summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-26 21:29:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-26 21:29:13 +0000
commit79d5b1bf3bfebdc96ad717b0ebf1d9bc62182b0b (patch)
tree210b2434f48b06d07d6cb08ea067e784326fb582 /Makefile
parent81417ae4a5a58ef75ac4113ea2b2d8c72474ea97 (diff)
downloadnetsurf-79d5b1bf3bfebdc96ad717b0ebf1d9bc62182b0b.tar.gz
netsurf-79d5b1bf3bfebdc96ad717b0ebf1d9bc62182b0b.tar.bz2
stop using gettimeofday and use the monotonic time interface fron nsutils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 976815e8b..b37dcba22 100644
--- a/Makefile
+++ b/Makefile
@@ -493,7 +493,8 @@ $(eval $(call feature_switch,HARU_PDF,PDF export (haru),-DWITH_PDF_EXPORT,-lhpdf
$(eval $(call feature_switch,LIBICONV_PLUG,glibc internal iconv,-DLIBICONV_PLUG,,-ULIBICONV_PLUG,-liconv))
# Common libraries with pkgconfig
-$(eval $(call pkg_config_find_and_add,libutf8proc,UTF8PROC))
+$(eval $(call pkg_config_find_and_add,libutf8proc,utf8proc))
+$(eval $(call pkg_config_find_and_add,libnsutils,nsutils))
# Common libraries without pkg-config support
LDFLAGS += -lz