GTK3 only builds if portaudio is disabled (rtp player is not

yet gtk3 ready).

svn path=/trunk/; revision=38684
This commit is contained in:
Jörg Mayer 2011-08-23 09:31:25 +00:00
parent 5603cef9f2
commit 4c7d6af730
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ if(ENABLE_KERBEROS)
endif()
# Portable audio
if(ENABLE_PORTAUDIO)
if(ENABLE_PORTAUDIO AND NOT ENABLE_GTK3)
set(PACKAGELIST ${PACKAGELIST} PORTAUDIO)
endif()