aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build2
-rw-r--r--manifest3
-rw-r--r--xml/buildfile2
3 files changed, 4 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index e4b58a9..90ff9ac 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -4,7 +4,7 @@
project = libstudxml
-using build@0.4.0-a1
+using build@0.4.0
version = 1.1.0-a4
diff --git a/manifest b/manifest
index 4879ec5..e801913 100644
--- a/manifest
+++ b/manifest
@@ -9,4 +9,5 @@ changes-file: NEWS
url: http://www.codesynthesis.com/projects/libstudxml/
email: studxml-users@codesynthesis.com; Mailing list
requires: c++11
-requires: build2 >= 0.4.0
+depends: * build2 >= 0.4.0
+depends: * bpkg >= 0.4.0
diff --git a/xml/buildfile b/xml/buildfile
index c387f56..3b9d0e8 100644
--- a/xml/buildfile
+++ b/xml/buildfile
@@ -57,7 +57,7 @@ else
# We are a mixed C/C++ library, though C is implementatio-only, kind of: we
# need headers but not symbols.
#
-cc.poptions += -I$src_root -DLIBSTUDXML_BUILD2
+cc.poptions =+ -I$src_root -DLIBSTUDXML_BUILD2
obja{*}: cc.poptions += -DLIBSTUDXML_STATIC_BUILD
objs{*}: cc.poptions += -DLIBSTUDXML_SHARED_BUILD