Open ilikenwf opened 9 years ago
I never had to do such changes to build the deps on Ubuntu. What's your distro?
Archlinux...
On Tue, Sep 29, 2015 at 12:21 PM, darealshinji notifications@github.com wrote:
I never had to do such changes to build NG on Ubuntu. What's your distro?
— Reply to this email directly or view it on GitHub https://github.com/nightingale-media-player/nightingale-deps/issues/29#issuecomment-144126915 .
What's your output of pkg-config --cflags freetype2
? Mine is -I/usr/include/freetype2
which should also be the location on Arch: https://www.archlinux.org/packages/extra/i686/freetype2/files/
Maybe somehow it's adding /usr/include/freetype2/freetype
instead of /usr/include/freetype2
for you?
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
Seems that it is the same.
On Thu, Oct 8, 2015 at 9:15 AM, darealshinji notifications@github.com wrote:
What's your output of pkg-config --cflags freetype2? Mine is -I/usr/include/freetype2 which should also be the location on Arch: https://www.archlinux.org/packages/extra/i686/freetype2/files/ Maybe somehow it's adding /usr/include/freetype2/freetype instead of /usr/include/freetype2for you?
— Reply to this email directly or view it on GitHub https://github.com/nightingale-media-player/nightingale-deps/issues/29#issuecomment-146559189 .
In order for freetype libs to be found: