summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 69cf158..4e0ab22 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -8,5 +8,13 @@ WITH_LIBXML_BINDING := yes
# yes | no
WITH_HUBBUB_BINDING := yes
+# ----------------------------------------------------------------------------
+# BeOS-specific options
+# ----------------------------------------------------------------------------
+ifeq ($(TARGET),beos)
+ # temporary
+ WITH_LIBXML_BINDING := no
+endif
+
-include Makefile.config.override