summaryrefslogtreecommitdiff
path: root/framebuffer/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-03-24 22:42:14 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-03-24 22:42:14 +0000
commit3576ad71cb4c75791578ba66714573d2222c14a0 (patch)
treef1a6f4f12df59637c425f138f9b950b6ab4a6d38 /framebuffer/Makefile.target
parent980d4d4caf564c024b2eb495ade7b1e8d5c0be7c (diff)
downloadnetsurf-3576ad71cb4c75791578ba66714573d2222c14a0.tar.gz
netsurf-3576ad71cb4c75791578ba66714573d2222c14a0.tar.bz2
fix up framebuffer build flags
fix select attributes svn path=/trunk/netsurf/; revision=13643
Diffstat (limited to 'framebuffer/Makefile.target')
-rw-r--r--framebuffer/Makefile.target4
1 files changed, 2 insertions, 2 deletions
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