]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.pc.in
Build: Fix typo that broke the driver enable options
[libsigrok.git] / libsigrok.pc.in
index e0a41826b2267a674a4bc62079558bface7d7727..a0616c8840d261c2498acfcc24d12503efe9287c 100644 (file)
@@ -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@
+Requires: glib-2.0
+Requires.private: @SR_PKGLIBS@
+Version: @SR_PACKAGE_VERSION@
 Libs: -L${libdir} -lsigrok
+Libs.private: -lm
 Cflags: -I${includedir}
-