summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 569ad50..7c7a921 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -87,6 +87,7 @@ Executable bustle
, Bustle.Missing
, Bustle.Monitor
, Bustle.Noninteractive
+ , Bustle.Reader
, Bustle.Regions
, Bustle.Renderer
, Bustle.StatisticsPane
@@ -113,6 +114,7 @@ Executable bustle
C-sources: c-sources/pcap-reader.c
, c-sources/pcap-monitor.c
cc-options: -fPIC -g
+ extra-libraries: pcap
pkgconfig-depends: glib-2.0 >= 2.54,
gio-unix-2.0
Build-Depends: base >= 4.11 && < 5
@@ -127,7 +129,6 @@ Executable bustle
, gtk3
, mtl >= 2.2.1
, pango
- , pcap
, process
, text
, time
@@ -155,7 +156,6 @@ Executable dump-messages
, containers
, dbus >= 0.10
, mtl
- , pcap
, text
if flag(hgettext)
@@ -181,7 +181,6 @@ Test-suite test-pcap-crash
, containers
, dbus >= 0.10
, mtl
- , pcap
, text
if flag(hgettext)
Build-Depends: hgettext >= 0.1.5