[Fontconfig-bugs] [Bug 73686] New: confdir is not set correctly in fontconfig.pc

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 15 23:45:24 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73686

          Priority: medium
            Bug ID: 73686
          Assignee: fontconfig-bugs at lists.freedesktop.org
           Summary: confdir is not set correctly in fontconfig.pc
        QA Contact: freedesktop at behdad.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: vikraman.choudhury at gmail.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: library
           Product: fontconfig

$ cat /usr/lib/pkgconfig/fontconfig.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=${prefix}/include
sysconfdir=/etc
localstatedir=/var
PACKAGE=fontconfig
confdir=@baseconfigdir@
cachedir=${localstatedir}/cache/${PACKAGE}

Name: Fontconfig
Description: Font configuration and customization library
Version: 2.11.0
Requires:  freetype2
Requires.private:  expat
Libs: -L${libdir} -lfontconfig
Libs.private: -lexpat  -lfreetype
Cflags: -I${includedir}  -I/usr/include/freetype2 -I/usr/include/libpng16

@baseconfigdir@ is not expanded since it is set in Makefile.am while
fontconfig.pc is generated from configure.ac. The correct value should be
@BASECONFIGDIR@ which is known in configure.ac.

I have attached a one line patch which fixes this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20140116/3e75970a/attachment.html>


More information about the Fontconfig-bugs mailing list