diff --git a/harfbuzz.changes b/harfbuzz.changes index 09e5b4c..1160d2d 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 10 21:34:23 UTC 2018 - crrodriguez@opensuse.org + +- harfbuzz-devel hb-ft.h requires pkgconfig(freetype2) but it is + not automatically added by the dependency generator. + ------------------------------------------------------------------- Wed Dec 20 17:56:08 UTC 2017 - zaitor@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index 373f270..f624e03 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,7 +1,7 @@ # # spec file for package harfbuzz # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -66,6 +66,7 @@ Summary: An OpenType text shaping engine -- Development Files Group: Development/Libraries/C and C++ Requires: libharfbuzz-icu0 = %{version} Requires: libharfbuzz0 = %{version} +Requires: pkgconfig(freetype2) >= 12.0.6 %description devel HarfBuzz is an OpenType text shaping engine.