This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pango


Pleas look at the configured built .pc files below.
----
Why does the pkg-confing file, pangowin32-uninstalled.pc, include
the line below?
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangowin32.la -lgdi32


$ ls *win32*.pc                #list all pkg-config file related to win32
pangowin32-uninstalled.pc  pangowin32.pc

$ cat *win32*.pc		# here's look at their content.

Name: Pango Win32 Uninstalled
Description: Win32 GDI font support for Pango, Not Installed
Version: 1.21.3
Requires: pango
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangowin32.la -lgdi32
Cflags: -I${pc_top_builddir}/${pcfiledir}/.
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Pango Win32
Description: Win32 GDI font support for Pango
Version: 1.21.3
Requires: pango
Libs: -L${libdir} -lpangowin32-1.0 -lgdi32
Cflags: -I${includedir}/pango-1.0

-------------------------------- end


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]