azundris just committed a patch to the imlib2.spec file that will cause issues for people that are using Fedora Core or RedHat Enterprise.
-BuildRequires: freetype-devel XFree86-devel +BuildRequires: freetype2-devel XFree86-devel
On Fedora and RedHat Enterprise ... the "transition" period is over for freetype so they are back to being called just "freetype"
[EMAIL PROTECTED] ~]$ rpm -qa | grep freetype freetype-2.1.9-1 freetype-debuginfo-2.1.9-1 freetype-devel-2.1.9-1
My suggestion is to add logic to the spec file something like this:
%define build_fedora 0
%if %{build_fedora}
BuildRequires: freetype-devel xorg-x11-devel
%else
BuildRequires: freetype2-devel XFree86-devel
%endifIt should be a little better since FC1 still used XFree86, but at what point do we not care about that anymore since FC1 has been pushed into "Legacy".
//========================================================\\ || D. Hageman <[email protected]> || \\========================================================//
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
