aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-29 13:43:23 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-29 13:43:23 +0000
commitf7a1ec15379750750884b05da7f74d903e584978 (patch)
treeff2bfced5e44f235cefb62338e2b9950e4ed83ba /CMakeLists.txt
parentc856aab654799f8207e89c140fcbc34db63ce039 (diff)
rtp-player now compiles with gtk3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38774 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b05c78765..10719b083a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -277,7 +277,7 @@ if(ENABLE_KERBEROS)
endif()
# Portable audio
-if(ENABLE_PORTAUDIO AND NOT ENABLE_GTK3)
+if(ENABLE_PORTAUDIO)
set(PACKAGELIST ${PACKAGELIST} PORTAUDIO)
endif()