]> git.pld-linux.org Git - packages/qt4.git/blame - qt-everywhere-opensource-src-4.8.7-alsa-1.1.patch
bump icu abi to 69
[packages/qt4.git] / qt-everywhere-opensource-src-4.8.7-alsa-1.1.patch
CommitLineData
08c7dce5
AM
1diff -up qt-everywhere-opensource-src-4.8.7/config.tests/unix/alsa/alsatest.cpp.than qt-everywhere-opensource-src-4.8.7/config.tests/unix/alsa/alsatest.cpp
2--- qt-everywhere-opensource-src-4.8.7/config.tests/unix/alsa/alsatest.cpp.than 2016-02-10 16:31:02.450152334 +0100
3+++ qt-everywhere-opensource-src-4.8.7/config.tests/unix/alsa/alsatest.cpp 2016-02-10 16:31:51.495307579 +0100
4@@ -40,7 +40,7 @@
5 ****************************************************************************/
6
7 #include <alsa/asoundlib.h>
8-#if(!(SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0 && SND_LIB_SUBMINOR >= 10))
9+#if(!(SND_LIB_MAJOR == 1 && (SND_LIB_MINOR > 0 || SND_LIB_SUBMINOR >= 10)))
10 #error "Alsa version found too old, require >= 1.0.10"
11 #endif
12
This page took 0.04724 seconds and 4 git commands to generate.