Bug 2287 - [MONOLITH] freetype2.pc not installed
Summary: [MONOLITH] freetype2.pc not installed
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Monolithic (show other bugs)
Version: 6.8.1
Hardware: All All
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 11:34 UTC by Karel Clock Kulhavy
Modified: 2005-10-09 01:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Karel Clock Kulhavy 2005-01-15 11:34:50 UTC
Nromally, freetype2 library installs freetype2.pc along with freetype-config. So
that cflags for example can be determined by either freetype-config --cflags or 
pkg-config --cflags freetype2

However, X.Org installs only freetype-config and not freetype2.pc

I have used the X.Org's builtin freetype2 library during X.Org's compilation and
not the external one.
Comment 1 Alan Coopersmith 2005-10-09 18:29:06 UTC
We don't really recommend using X.org as the source of freetype, but instead
getting it yourself from freetype.org, but since we already have it in the
monolith and it's an easy fix, I've fixed this in CVS head - should be included
in Xorg 6.9 RC1:

CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc@gabe.freedesktop.org	05/10/09 18:25:40

Log message:
  2005-10-09  Alan Coopersmith  <alan.coopersmith@sun.com>
  
  	* lib/freetype2/freetype/config/Imakefile:
  	Bug #2287 <https://bugs.freedesktop.org/show_bug.cgi?id=2287>
  	freetype2.pc not installed (Reported by Karel Clock Kulhavy)

Modified files:
      ./:
        ChangeLog 
      xc/lib/freetype2/freetype/config/:
        Imakefile 
  
  Revision      Changes    Path
  1.1415        +6 -0      xc/ChangeLog
  http://cvs.freedesktop.org/xorg/xc/ChangeLog
  1.4           +14 -5     xc/lib/freetype2/freetype/config/Imakefile
  http://cvs.freedesktop.org/xorg/xc/lib/freetype2/freetype/config/Imakefile



Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.