From 3576ad71cb4c75791578ba66714573d2222c14a0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 24 Mar 2012 22:42:14 +0000 Subject: fix up framebuffer build flags fix select attributes svn path=/trunk/netsurf/; revision=13643 --- framebuffer/Makefile.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framebuffer/Makefile.target') diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target index 425faacaf..af5891bc2 100644 --- a/framebuffer/Makefile.target +++ b/framebuffer/Makefile.target @@ -58,12 +58,12 @@ ifeq ($(HOST),mint) # xml-config returns -lsocket which is not needed and does not # exist on all systems. because of that - hardcoded reference to # libxml-2.0 here. - LDFLAGS += -L/usr/lib/ -lxml2 -lz -liconv + LDFLAGS += -L/usr/lib/ -lz -liconv LDFLAGS += -lm else CFLAGS += $(shell $(PKG_CONFIG) --cflags libcurl) - LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libhubbub openssl) + LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libdom openssl) LDFLAGS += $(shell $(PKG_CONFIG) --libs libcss) endif -- cgit v1.2.3