Need libdom, libpbl when cross compiling.

This commit is contained in:
John-Mark Bell 2012-08-05 10:16:37 +01:00
parent e454cf3f9c
commit 3e2123d9ec
1 changed files with 3 additions and 3 deletions

View File

@ -52,16 +52,16 @@ else
CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include
CFLAGS += $(shell $(PKG_CONFIG) --cflags libxml-2.0 libcurl libcares openssl)
CFLAGS += $(shell $(PKG_CONFIG) --cflags tre libhubbub libcss)
CFLAGS += $(shell $(PKG_CONFIG) --cflags tre libdom libcss)
LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libcares openssl)
LDFLAGS += $(shell $(PKG_CONFIG) --libs tre libhubbub libcss)
LDFLAGS += $(shell $(PKG_CONFIG) --libs tre libdom libcss)
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
ifeq ($(SUBTARGET),os3)
LDFLAGS += -liconv
else
LDFLAGS += -lauto
LDFLAGS += -lauto -lpbl
endif
EXETARGET := NetSurf