diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-23 22:04:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-24 00:24:14 +0200 |
commit | 25f65f26a25e1ca275e54b9f62c45c7e872adec9 (patch) | |
tree | 39a7d1805d48d5071bd56203f0975db5902f9d4a /RepositoryFixes.mk | |
parent | b177b3067539f6c80f223b08ec772b174e721e8e (diff) |
lcms2: use libraries from WORKDIR
Change-Id: Ieddc80d510884eeb6f64325f9dfbb34f1d3fb0b5
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 726ba42405e2..b648aa577676 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -117,11 +117,11 @@ gb_Library_ILIBFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_ILIBFILENAMES)) gb_Library_NOILIBFILENAMES_D := \ icudt icuin icuuc \ - lcms2 \ # change the names of all import libraries that don't have an "i" prefix as in our standard naming schema gb_Library_NOILIBFILENAMES := \ langtag \ + lcms2 \ lpsolve55 \ xpcom \ xpcom_core \ |