Files
third_party_libexif/libexif.pc.in
T
duanhan 4a9402248a 0521 libexif update 0.6.25
Signed-off-by: duanhan <duanhan1@huawei.com>
2025-05-21 14:47:16 +08:00

15 lines
363 B
Plaintext

# Copyright (C) 2001-2009 Lutz Mueller <lutz.s.mueller@gmail.com>, et. al.
# SPDX-License-Identifier: LGPL-2.0-or-later
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libexif
Description: Library for easy access to EXIF data
Requires:
Version: @VERSION@
Libs: -L${libdir} -lexif
Libs.private: -lm
Cflags: -I${includedir}