mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-21 14:50:39 +02:00
12 lines
237 B
PkgConfig
12 lines
237 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
exec_prefix=@exec_prefix@
|
||
|
|
libdir=@libdir@
|
||
|
|
includedir=@includedir@
|
||
|
|
|
||
|
|
Name: libfprint
|
||
|
|
Description: Generic C API for fingerprint reader access
|
||
|
|
Version: @VERSION@
|
||
|
|
Libs: -L${libdir} -lfprint
|
||
|
|
Cflags: -I${includedir}/libfprint
|
||
|
|
|