aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-04-27 17:48:19 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-05-01 22:08:59 +0300
commit59db1f18ea89932917cf5e351e5f249b2acd9c4d (patch)
treeea6bfe514014adc8002f0e50200f6760cfc38933 /test cases
parenta124624c0e18a44cd51e49d020b30393dbe8bc9d (diff)
downloadmeson-59db1f18ea89932917cf5e351e5f249b2acd9c4d.zip
meson-59db1f18ea89932917cf5e351e5f249b2acd9c4d.tar.gz
meson-59db1f18ea89932917cf5e351e5f249b2acd9c4d.tar.bz2
boost: Only use usage-requirements defines (fixes #7046)
Diffstat (limited to 'test cases')
-rw-r--r--test cases/frameworks/1 boost/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build
index 501ed29..6c23360 100644
--- a/test cases/frameworks/1 boost/meson.build
+++ b/test cases/frameworks/1 boost/meson.build
@@ -13,7 +13,7 @@ endif
# within one project. The need to be independent of each other.
# Use one without a library dependency and one with it.
-linkdep = dependency('boost', static: s, modules : ['thread', 'system'])
+linkdep = dependency('boost', static: s, modules : ['thread', 'system', 'date_time'])
testdep = dependency('boost', static: s, modules : ['unit_test_framework'])
nomoddep = dependency('boost', static: s)
extralibdep = dependency('boost', static: s, modules : ['thread', 'system', 'date_time', 'log_setup', 'log', 'filesystem', 'regex'])