X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.pc.in;h=47ac88015a4d031c38fa4b53f80fc8ff8a09cb16;hb=c1634386178730fa7b3814272c49cb89d55a0766;hp=e0a41826b2267a674a4bc62079558bface7d7727;hpb=d658e348a89c5dd3d248abdbbdf5423465a2d344;p=libsigrok.git diff --git a/libsigrok.pc.in b/libsigrok.pc.in index e0a41826..47ac8801 100644 --- a/libsigrok.pc.in +++ b/libsigrok.pc.in @@ -6,8 +6,9 @@ includedir=@includedir@ Name: libsigrok Description: Backend library of the sigrok logic analyzer software URL: http://www.sigrok.org -Requires: -Version: @VERSION@ -Libs: -L${libdir} -lsigrok +Requires: glib-2.0 +Requires.private: @SR_PKGLIBS@ +Version: @SR_PACKAGE_VERSION@ +Libs: -L${libdir} @SR_LINK_BEFORE_LIB@ -lsigrok @SR_LINK_AFTER_LIB@ +Libs.private: @SR_EXTRA_LIBS@ Cflags: -I${includedir} -