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]

libusb-win32: libusb.pc


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Apparently the linux version of libusb ships with a libusb.pc pkg-config
file.  Packages use it to determine if libusb is installed, but
libusb-win32 package is missing it.

Could something like the attached be added to libusb-win32?


Yaakov


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkgkkK4ACgkQpiWmPGlmQSOK9gCgzkrqDXXcVM4IIyqUCD8rp7dW
S4EAn3d5EdBnuS3p65SGyOl9+cH8yvsg
=gPTX
-----END PGP SIGNATURE-----
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libusb
Description: USB library
Version: 0.1.12
Libs: -L${libdir} -lusb
Cflags: -I${includedir}

--
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]