diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-04 15:23:23 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-04 15:23:51 -0600 |
commit | faef2e51d0c7b74334a11400b205daf382805780 (patch) | |
tree | 8324ebfc11e6e7cd8cd7d81ea29a1511b09760f0 /libcdr | |
parent | 94a6776e2ae4e61bc58081ff6d734890f1458c5a (diff) |
fix some lcms2 gbuildification breakages...
Change-Id: Icad3132c1710c62559c35964fe5ce3f466646f13
Diffstat (limited to 'libcdr')
-rw-r--r-- | libcdr/ExternalProject_libcdr.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcdr/ExternalProject_libcdr.mk b/libcdr/ExternalProject_libcdr.mk index 83267dda5fee..0f894f4a5054 100644 --- a/libcdr/ExternalProject_libcdr.mk +++ b/libcdr/ExternalProject_libcdr.mk @@ -16,6 +16,7 @@ $(eval $(call gb_ExternalProject_register_targets,libcdr,\ )) $(eval $(call gb_ExternalProject_use_externals,libcdr,\ + lcms2 \ wpd \ wpg \ )) |