diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-09-15 07:14:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-16 12:23:24 +0700 |
commit | 0dcf30e90a94c3f9a48539fa688b9a397d15be4c (patch) | |
tree | 94df981f29627f56c10260d933292e791c35ac35 /libraries/qt5/patches | |
parent | 665b5db99eea7c124130526b2fed348c61f14f2e (diff) | |
download | slackbuilds-0dcf30e90a94c3f9a48539fa688b9a397d15be4c.tar.gz |
libraries/qt5: Updated for version 5.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qt5/patches')
-rw-r--r-- | libraries/qt5/patches/qt5.pulseaudio.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/qt5/patches/qt5.pulseaudio.diff b/libraries/qt5/patches/qt5.pulseaudio.diff new file mode 100644 index 0000000000..8d8f616d5b --- /dev/null +++ b/libraries/qt5/patches/qt5.pulseaudio.diff @@ -0,0 +1,12 @@ +--- qt-everywhere-opensource-src-5.4.0/qtwebengine/src/3rdparty/chromium/media/media.gyp.orig 2014-12-05 17:26:44.000000000 +0100 ++++ qt-everywhere-opensource-src-5.4.0/qtwebengine/src/3rdparty/chromium/media/media.gyp 2014-12-12 10:27:20.393735405 +0100 +@@ -29,7 +29,7 @@ + ['use_cras==1', { + 'use_pulseaudio%': 0, + }, { +- 'use_pulseaudio%': 1, ++ 'use_pulseaudio%': 0, + }], + ], + }, { + |