diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-13 19:43:27 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-14 12:29:46 +0100 |
commit | 6cf0753c99205b2b6e5eb458224199418ab9d9fa (patch) | |
tree | 3949b8fad2729ed3932270641321672d3d37f8b1 /Repository.mk | |
parent | f921e2609a44b983866fd07f2240fa4dd0f23dfc (diff) |
scp2: move libxmlsec to AutoInstall
Change-Id: I3a1798c5b2a2d7117d0d5f761f19ab627ba6606a
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index a97f652dc326..ab600943de1b 100644 --- a/Repository.mk +++ b/Repository.mk @@ -705,6 +705,10 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\ ) \ )) +$(eval $(call gb_Helper_register_packages_for_install,ooo,\ + xmlsec \ +)) + # External executables $(eval $(call gb_ExternalExecutable_register_executables,\ genbrk \ |