mirror of
https://github.com/openharmony/third_party_libexif.git
synced 2026-07-01 12:47:16 -04:00
4a9402248a
Signed-off-by: duanhan <duanhan1@huawei.com>
15 lines
363 B
Plaintext
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}
|