https://bugzilla.redhat.com/show_bug.cgi?id=1161963

            Bug ID: 1161963
           Summary: freetype-config returns wrong include path
           Product: Fedora
           Version: 21
         Component: freetype
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected],
                    [email protected], [email protected]



Description of problem:
freetype-config returns a wrong inlude path when using the --prefix parameter

Version-Release number of selected component (if applicable):
freetype-devel-2.5.3-8.fc21.x86_64

How reproducible:
100%

Steps to Reproduce & Actual results:
$ freetype-config --cflags
-I/usr/include/freetype2
$ freetype-config --prefix=/usr --cflags
-I/usr/include


Expected results:
$ freetype-config --cflags
-I/usr/include/freetype2
$ freetype-config --prefix=/usr --cflags
-I/usr/include/freetype2

Additional Info:
- works fine up to Fedora 20
- broken in rawhide and Fedora 21
- this breaks scummvm's configure script which calls freetype-config with the
--prefix parameter...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Iceu3XrXAn&a=cc_unsubscribe
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to