63a9a4d4c0
Also add EXEC_PREFIX and INCLUDEDIR variables This was requested by fwupd-efi, to be able to retrieve the version number of gnu-efi so we can detect features Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
11 lines
203 B
PkgConfig
11 lines
203 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
includedir=@INCLUDEDIR@
|
|
libdir=@LIBDIR@
|
|
|
|
Name: gnu-efi
|
|
Description: EFI development toolkit
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}/efi
|
|
Libs: -lefi
|