Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
migrate harfbuzz to CCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Jul 10, 2020
1 parent 6a7657b commit 16628e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def requirements(self):
if self.options.with_icu:
self.requires("icu/64.2")
if self.options.with_harfbuzz and not self.options.multiconfiguration:
self.requires("harfbuzz/2.6.7@bincrafters/stable")
self.requires("harfbuzz/2.6.8@")
if self.options.with_libjpeg and not self.options.multiconfiguration:
self.requires("libjpeg/9d")
if self.options.with_libpng and not self.options.multiconfiguration:
Expand Down

0 comments on commit 16628e5

Please sign in to comment.