SHA256
1
0
forked from pool/freetype2

- Re-enable freetype-config, there is just too many fallouts.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=149
This commit is contained in:
Ismail Dönmez 2018-05-14 10:09:20 +00:00 committed by Git OBS Bridge
parent 3e081ea22d
commit 17d1bfe18d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 14 10:06:56 UTC 2018 - idonmez@suse.com
- Re-enable freetype-config, there is just too many fallouts.
-------------------------------------------------------------------
Wed May 2 10:54:32 UTC 2018 - idonmez@suse.com

View File

@ -104,6 +104,7 @@ export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
--with-bzip2 \
--with-png \
--with-zlib \
--enable-freetype-config \
--disable-static
make %{?_smp_mflags}
@ -129,9 +130,11 @@ rm %{buildroot}%{_libdir}/libfreetype.la
%files devel
%doc docs/reference/*
%{_bindir}/freetype-config
%{_includedir}/*
%{_libdir}/libfreetype.so
%{_libdir}/pkgconfig/freetype2.pc
%{_mandir}/man1/freetype-config.1%{ext_man}
%{_datadir}/aclocal
%changelog