mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 06:10:13 +00:00
12 lines
282 B
PkgConfig
12 lines
282 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: fwupd
|
|
Description: fwupd is a system daemon for installing device firmware
|
|
Version: @VERSION@
|
|
Requires: glib-2.0, gobject-2.0, gio-2.0
|
|
Libs: -L${libdir} -lfwupd
|
|
Cflags: -I${includedir}/fwupd-1
|