Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 845537b

Browse files
authoredAug 3, 2019
helpers: Don't build obsolete mw qt5-qpa-surfaceflinger-plugin
Don't build obsolete mw qt5-qpa-surfaceflinger-plugin for rendering automatically. It has been superseded by qt5-qpa-hwcomposer-plugin and now it causes build_packages to fail for the latest Sailfish OS 3.1 targets even on a fresh build tree (at least for my 15.1 based port): https://pastebin.com/d6KtALqi
1 parent 7c5e273 commit 845537b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎helpers/build_packages.sh

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ if [ "$BUILDMW" == "1" ]; then
166166
buildmw -u "https://github.com/mer-hybris/qt5-feedback-haptics-droid-vibrator" \
167167
-s rpm/qt5-feedback-haptics-native-vibrator.spec || die
168168
buildmw -u "https://github.com/mer-hybris/qt5-qpa-hwcomposer-plugin" || die
169-
buildmw -u "https://github.com/mer-hybris/qt5-qpa-surfaceflinger-plugin" || die
170169
buildmw -u "https://git.merproject.org/mer-core/qtscenegraph-adaptation.git" \
171170
-s rpm/qtscenegraph-adaptation-droid.spec || die
172171
if [ $android_version_major -ge 9 ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.