mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
16 lines
348 B
PkgConfig
Executable File
16 lines
348 B
PkgConfig
Executable File
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libsigrok4DSL
|
|
Description: Backend library of DSView software based on libsigrok
|
|
URL: http://www.dreamsourcelab.com
|
|
Requires: glib-2.0
|
|
Requires.private: @SR_PKGLIBS@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsigrok4DSL
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|
|
|