From 01f1afd5d3fbf38744b2fca1660ad9f884cef743 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Sat, 15 Sep 2012 02:52:29 +0000 Subject: Update CMakeLists to respect the recent libui changes so that wireshark and qtshark build again. (Also, first commit trying to use bzr as an svn client, so apologies if something unexpected breaks) svn path=/trunk/; revision=44908 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4021df64f1..379286843d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -733,8 +733,8 @@ endif() if(BUILD_wireshark AND GTK_FOUND) set(wireshark_LIBS - ui gtkui + ui ${GTK2_LIBRARIES} ${GTK3_LIBRARIES} ${GTHREAD2_LIBRARIES} @@ -757,6 +757,7 @@ endif() if(BUILD_qtshark AND QT_FOUND) set(qtshark_LIBS qtui + ui ${QT_LIBRARIES} ${GTHREAD2_LIBRARIES} codecs -- cgit v1.2.3