aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-01-22 12:12:06 +0100
committerDario Lombardo <lomato@gmail.com>2019-01-22 15:38:10 +0000
commitd70bc0c40eb2d42e58603a68a67aac3ab3f89d39 (patch)
tree544fe54b5e75e2d561ad4105758fb81b5af6158b /extcap
parent7898405797d9d361dff9b0fe71473a879e1fad70 (diff)
extcap: remove dependencies from ui.
ui is required by randpkt_core, move it to its deps. Bug: 15401 Change-Id: Ia8cfaddd220a22c1cf03ec6bf8f83f068f8d94ba Reviewed-on: https://code.wireshark.org/review/31670 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/extcap/CMakeLists.txt b/extcap/CMakeLists.txt
index 860f75cf20..10a9057bac 100644
--- a/extcap/CMakeLists.txt
+++ b/extcap/CMakeLists.txt
@@ -214,7 +214,6 @@ endif()
if(BUILD_randpktdump)
set(randpktdump_LIBS
randpkt_core
- ui
wiretap
${GLIB2_LIBRARIES}
${ZLIB_LIBRARIES}
@@ -236,7 +235,6 @@ endif()
if(BUILD_sdjournal AND SYSTEMD_FOUND)
set(sdjournal_LIBS
- ui
wiretap
writecap
wsutil