Stephan Kulow 2015-04-25 14:45:47 +00:00 committed by Git OBS Bridge
commit 9186c9e287
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 22 08:15:19 UTC 2015 - idonmez@suse.com
- Enable harfbuzz for only suse_version > 1320. Dependency is
not available on older releases.
-------------------------------------------------------------------
Fri Apr 10 09:43:06 UTC 2015 - fstrba@suse.com

View File

@ -34,8 +34,10 @@ Patch200: freetype2-subpixel.patch
Patch202: don-t-mark-libpng-as-required-library.patch
Patch308961: bugzilla-308961-cmex-workaround.patch
BuildRequires: gawk
%if 0%{?suse_version} > 1320
# We build against a minimal bootstrap package in order to avoid a circular dependency
BuildRequires: harfbuzz-bootstrap-devel
%endif
BuildRequires: libbz2-devel
BuildRequires: libpng-devel
BuildRequires: pkg-config
@ -95,7 +97,9 @@ It also contains a small tutorial for using that library.
export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
%configure \
--with-bzip2 \
%if 0%{?suse_version} > 1320
--with-harfbuzz \
%endif
--with-png \
--with-zlib \
--disable-static