diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-16 10:20:08 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-16 10:20:08 +0100 |
commit | 778ebf8ee9cb22ea5727844333bcd5a6ee6bc0de (patch) | |
tree | a754e785b286ed82b45fe4e50b980714ad80e0a7 /tools/sane-backends.pc.in | |
parent | 7d8aac1f3634dc58785bec7acf097dd6bac8c394 (diff) | |
parent | 32cb765f681299af226ca0520993cbe47ba5ecd0 (diff) |
Merge branch 'release/debian/1.2.1-1'debian/1.2.1-1
Diffstat (limited to 'tools/sane-backends.pc.in')
-rw-r--r-- | tools/sane-backends.pc.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/sane-backends.pc.in b/tools/sane-backends.pc.in index b4d9731..43f3ac5 100644 --- a/tools/sane-backends.pc.in +++ b/tools/sane-backends.pc.in @@ -2,7 +2,6 @@ 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 @@ -10,5 +9,5 @@ Description: Backends for SANE, the universal scanner interface Version: @VERSION@ Requires: Libs: -L${libdir} -lsane -Libs.private: ${ldflags} ${libs} +Libs.private: ${libs} Cflags: -I${includedir} |