libthermal.pc.template 297 B

123456789101112
  1. # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
  2. prefix=@PREFIX@
  3. libdir=@LIBDIR@
  4. includedir=${prefix}/include
  5. Name: libthermal
  6. Description: thermal library
  7. Requires: libnl-3.0 libnl-genl-3.0
  8. Version: @VERSION@
  9. Libs: -L${libdir} -lnl-genl-3 -lnl-3
  10. Cflags: -I${includedir} -I{include}/libnl3