kolibrios/programs/network/netsurf/libdom/Makefile.config
Dmitry Pereverzev (SoUrcerer) 370da47fa0 Netsurf initial port (still needs native ui and cURL)
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 17:14:14 +00:00

22 lines
483 B
Makefile

# Configuration Makefile fragment
# Build the libxml2 binding?
# yes | no
WITH_LIBXML_BINDING := no
WITH_EXPAT_BINDING := yes
# Build the hubbub binding?
# yes | no
WITH_HUBBUB_BINDING := yes
# ----------------------------------------------------------------------------
# BeOS-specific options
# ----------------------------------------------------------------------------
ifeq ($(TARGET),beos)
# temporary
WITH_LIBXML_BINDING := no
endif
-include Makefile.config.override