2
0
forked from Ivasoft/DSView

Fix compile issue

This commit is contained in:
DreamSourceLab
2016-08-11 12:57:35 +08:00
parent bd902901db
commit fdb59518d2
3 changed files with 18 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,18 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
pkgdatadir=${datadir}/@PACKAGE_TARNAME@
decodersdir=${pkgdatadir}/decoders
Name: libsigrokdecode
Description: Protocol decoder library of the sigrok logic analyzer software
URL: http://www.sigrok.org
Requires: glib-2.0
Requires.private: @SRD_PKGLIBS@
Version: @SRD_PACKAGE_VERSION@
Libs: -L${libdir} -lsigrokdecode
Libs.private: @SRD_EXTRA_LIBS@
Cflags: -I${includedir}