diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-17 11:23:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-17 11:39:28 +0100 |
commit | 32a617d8f00636d5cf660577c8cd47633b0bcd7e (patch) | |
tree | 9862e4392869a6c4138be831ba421b326495cd1c /Repository.mk | |
parent | f70343bbbb2dd1160edace1a2f457fb3b33a7322 (diff) |
move external packages registration to RepositoryExternal.mk
(with condition from configure.ac for cairo)
Change-Id: I7f4864a7f331f1a3da9c796b51f4e16c58382580
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Repository.mk b/Repository.mk index 79afd37e4f7c..87916df177e0 100644 --- a/Repository.mk +++ b/Repository.mk @@ -706,15 +706,6 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\ ) \ )) -$(eval $(call gb_Helper_register_packages_for_install,ooo,\ - $(if $(SYSTEM_CURL),,curl) \ - $(if $(SYSTEM_LCMS2),,lcms2) \ - $(if $(SYSTEM_LIBXSLT),,xslt) \ - $(if $(SYSTEM_CAIRO),,cairo \ - $(if $(filter $(OS),WNT),,pixman) \ - ) \ -)) - # External executables $(eval $(call gb_ExternalExecutable_register_executables,\ genbrk \ |