2016-01-14 10:56:55 +00:00
|
|
|
commit 7a47641e4b8b152264bb5d85807821a3d982eeae
|
|
|
|
Author: Radek Vokal <rvokal@fedoraproject.org>
|
|
|
|
Date: Wed Jan 6 09:37:49 2016 +0100
|
2013-09-13 12:52:45 +00:00
|
|
|
|
2016-01-14 10:56:55 +00:00
|
|
|
Add pkgconfig entry
|
2013-09-13 12:52:45 +00:00
|
|
|
|
|
|
|
diff --git a/wireshark.pc.in b/wireshark.pc.in
|
2016-06-14 20:33:08 +00:00
|
|
|
index 5889178..1e1b62f 100644
|
2014-08-07 14:35:19 +00:00
|
|
|
--- a/wireshark.pc.in
|
2013-09-13 12:52:45 +00:00
|
|
|
+++ b/wireshark.pc.in
|
2016-06-14 20:33:08 +00:00
|
|
|
@@ -6,9 +6,9 @@ sharedlibdir=${libdir}
|
|
|
|
plugindir=@plugindir@
|
2014-08-07 14:35:19 +00:00
|
|
|
|
2016-06-14 20:33:08 +00:00
|
|
|
Name: Wireshark
|
|
|
|
-Description: Network Packet Dissection Library
|
|
|
|
-Version: @VERSION@
|
2013-09-13 12:52:45 +00:00
|
|
|
+Description: Network Traffic Analyzer
|
|
|
|
+Version: @PACKAGE_VERSION@
|
2016-06-14 20:33:08 +00:00
|
|
|
|
|
|
|
-Requires: glib-2.0, gmodule-2.0, gthread-2.0
|
|
|
|
-Libs: -L${libdir} -lwireshark
|
|
|
|
-Cflags: -I${includedir}/wireshark
|
|
|
|
+Requires: Qt, glib-2.0, gmodule-2.0, gthread-2.0
|
2013-09-13 12:52:45 +00:00
|
|
|
+Libs: -L@libdir@ -lwireshark -lwiretap
|
|
|
|
+Cflags: -DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -DWS_MSVC_NORETURN= -I@includedir@/wireshark -I@includedir@/wireshark/epan
|