Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmoli/b46e79e1201723207d7d33ab9be8a2f3 to your computer and use it in GitHub Desktop.
Save kimmoli/b46e79e1201723207d7d33ab9be8a2f3 to your computer and use it in GitHub Desktop.
ffmemless patch
From a0f7f405fb726bdee1d0c2388da80ea62cf93f34 Mon Sep 17 00:00:00 2001
From: taaem <taaem@mailbox.org>
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 "https://github.com/kimmoli/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