aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-06-19 14:21:08 +0000
committerJörg Mayer <jmayer@loplof.de>2012-06-19 14:21:08 +0000
commite64ba28e3bac65cb8f4c8e5086b6f1cd590fd3ec (patch)
tree99f795ece25868895aba012b3604d4952061fd07 /CMakeLists.txt
parenteeb63c1297981edbab8bdab04e54557b82080e11 (diff)
Do the changes to configure from r43354 in cmake as well.
Log: Start to have an generic wireless toolbar. Sligtly modified patch from Pontus Fuchs. svn path=/trunk/; revision=43361
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 670070a088..045b7c819f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -379,6 +379,7 @@ if(HAVE_LIBADNS)
endif()
if(ENABLE_AIRPCAP)
set(HAVE_AIRPCAP 1)
+ set(HAVE_WIRELESS_TOOLBAR 1)
endif()
# No matter which version of GTK is present
if(GTK2_FOUND OR GTK3_FOUND)