mirror of https://gitee.com/openkylin/cups.git
30 lines
637 B
PkgConfig
30 lines
637 B
PkgConfig
#
|
|
# CUPS pkg-config file
|
|
#
|
|
# Copyright © 2021-2022 by OpenPrinting.
|
|
#
|
|
# Licensed under Apache License v2.0. See the file "LICENSE" for more
|
|
# information.
|
|
#
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
cups_api_version="@CUPS_API_VERSION@"
|
|
cups_build="@CUPS_BUILD@"
|
|
cups_datadir=@CUPS_DATADIR@
|
|
cups_serverbin=@CUPS_SERVERBIN@
|
|
cups_serverroot=@CUPS_SERVERROOT@
|
|
|
|
Name: CUPS
|
|
Description: CUPS API Library
|
|
Version: @CUPS_VERSION@
|
|
URL: https://openprinting.github.io/cups/
|
|
Cflags: @PKGCONFIG_CFLAGS@
|
|
Libs: @PKGCONFIG_LIBS@
|
|
|
|
Requires.private: @PKGCONFIG_REQUIRES@
|
|
Libs.private: @PKGCONFIG_LIBS_STATIC@
|