libsigrok.pc.in 354 B

123456789101112131415
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: libsigrok
  6. Description: Backend library of the sigrok logic analyzer software
  7. URL: http://www.sigrok.org
  8. Requires: glib-2.0
  9. Requires.private: @SR_PKGLIBS@
  10. Version: @SR_PACKAGE_VERSION@
  11. Libs: -L${libdir} -lsigrok
  12. Libs.private: @SR_EXTRA_LIBS@
  13. Cflags: -I${includedir}