mirror of
https://github.com/linux-usb-gadgets/libusbgx.git
synced 2025-07-12 21:29:44 +03:00
11 lines
237 B
PkgConfig
11 lines
237 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libusbgx
|
|
Description: USB gadget-configfs library
|
|
Requires: @REQUIRES@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lusbgx
|
|
Cflags: -I${includedir}
|