Created
August 8, 2016 21:26
-
-
Save taaem/a0b2f4ed2773aa82aafecbb1e8d4f3c9 to your computer and use it in GitHub Desktop.
Patches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From a0f7f405fb726bdee1d0c2388da80ea62cf93f34 Mon Sep 17 00:00:00 2001 | |
From: taaem <[email protected]> | |
Date: Sun, 26 Jun 2016 13:41:45 +0200 | |
Subject: [PATCH] [build_packages] Add ffmemless and remove other vibrator | |
--- | |
helpers/build_packages.sh | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
diff --git a/helpers/build_packages.sh b/helpers/build_packages.sh | |
index e7ef5e9..2b694fb 100755 | |
--- a/helpers/build_packages.sh | |
+++ b/helpers/build_packages.sh | |
@@ -72,9 +72,8 @@ pushd $MER_ROOT/devel/mer-hybris | |
buildmw libhybris || die | |
sb2 -t $VENDOR-$DEVICE-$ARCH -R -msdk-install zypper -n rm mesa-llvmpipe | |
buildmw "https://github.com/nemomobile/mce-plugin-libhybris.git" || die | |
-buildmw ngfd-plugin-droid-vibrator || die | |
buildmw "https://github.com/mer-hybris/pulseaudio-modules-droid.git" rpm/pulseaudio-modules-droid.spec || die | |
-buildmw qt5-feedback-haptics-droid-vibrator || die | |
+buildmw "https://git.merproject.org/mer-core/qt-mobility-haptics-ffmemless.git" rpm/qt5-feedback-haptics-ffmemless.spec || die | |
buildmw qt5-qpa-hwcomposer-plugin || die | |
buildmw "https://github.com/mer-hybris/qtscenegraph-adaptation.git" rpm/qtscenegraph-adaptation-droid.spec || die | |
buildmw "https://github.com/mer-packages/sensorfw.git" rpm/sensorfw-qt5-hybris.spec || die | |
-- | |
2.8.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment