mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Need libdom, libpbl when cross compiling.
This commit is contained in:
parent
e454cf3f9c
commit
3e2123d9ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user