diff options
Diffstat (limited to 'tools/sane-backends.pc.in')
-rw-r--r-- | tools/sane-backends.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/sane-backends.pc.in b/tools/sane-backends.pc.in new file mode 100644 index 0000000..b4d9731 --- /dev/null +++ b/tools/sane-backends.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +ldflags=@LDFLAGS@ @GPHOTO2_LDFLAGS@ +libs=@LIBS@ @DL_LIBS@ @LIBV4L_LIBS@ @MATH_LIB@ @TIFF_LIBS@ @JPEG_LIBS@ @GPHOTO2_LIBS@ @SOCKET_LIBS@ @AVAHI_LIBS@ @USB_LIBS@ @SCSI_LIBS@ @RESMGR_LIBS@ + +Name: SANE Backends +Description: Backends for SANE, the universal scanner interface +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lsane +Libs.private: ${ldflags} ${libs} +Cflags: -I${includedir} |