diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-31 12:01:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-31 12:11:32 +0100 |
commit | 8acb805b7dd27f389954a6c5e615f0ff662f4e8f (patch) | |
tree | 6bd7a2a2b786c36741e2fe2414194b96a0c4b55d /redland | |
parent | 7b4d76772ef76a8de852ed647ed0cad368f70189 (diff) |
redland depends on both raptor and rasqal
Change-Id: I5b7a2780527c24cba668266ff228f1e6af1d523e
Diffstat (limited to 'redland')
-rw-r--r-- | redland/ExternalProject_redland.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redland/ExternalProject_redland.mk b/redland/ExternalProject_redland.mk index af38c5ff30fe..a96eccf765fd 100644 --- a/redland/ExternalProject_redland.mk +++ b/redland/ExternalProject_redland.mk @@ -11,7 +11,10 @@ $(eval $(call gb_ExternalProject_ExternalProject,redland)) $(eval $(call gb_ExternalProject_use_unpacked,redland,redland)) -$(eval $(call gb_ExternalProject_use_package,redland,rasqal)) +$(eval $(call gb_ExternalProject_use_packages,redland, \ + raptor \ + rasqal \ +)) $(eval $(call gb_ExternalProject_register_targets,redland,\ build \ |