mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 11:07:37 +00:00
13 lines
316 B
PkgConfig
13 lines
316 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: dfu
|
|
Description: libdfu is a library for reading and writing USB device firmware
|
|
Version: @VERSION@
|
|
Requires: glib-2.0, gobject-2.0, gio-2.0
|
|
Requires.private: elf, appstream-glib
|
|
Libs: -L${libdir} -ldfu
|
|
Cflags: -I${includedir}
|