Advertisement
delaya73

native vibrator

Jan 21st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # native vibrator
  2.  
  3. If i use native vibrator in jolla-hw-adaptation-oneplus3.yaml
  4.  
  5. - ngfd-plugin-native-vibrator
  6. - qt5-feedback-haptics-native-vibrator
  7.  
  8. need to replace in droid-hal-version.inc?
  9.  
  10. # Haptics
  11. %if 0%{?have_vibrator:1} && 0%{?!have_ffmemless:1}
  12. BuildRequires: ngfd-plugin-droid-vibrator
  13. BuildRequires: qt5-feedback-haptics-droid-vibrator
  14. %endif
  15.  
  16. on
  17.  
  18. # Haptics
  19. %if 0%{?have_vibrator:1} && 0%{?!have_ffmemless:1}
  20. BuildRequires: ngfd-plugin-native-vibrator
  21. BuildRequires: qt5-feedback-haptics-native-vibrator
  22. %endif
  23.  
  24. or not
  25.  
  26. if this is not done local build (not OBS) (rpm/dhd/helpers/build_packages.sh) interrupted by error:
  27.  
  28. * Building rpm/droid-hal-version-oneplus3.spec
  29. No provider of 'ngfd-plugin-droid-vibrator' found.
  30. No provider of 'qt5-feedback-haptics-droid-vibrator' found.
  31.  
  32. if use OBS there is no error!
  33. how right?
  34.  
  35. can if use native vibrator %define have_vibrator 1 in droid-hal-version-oneplus3.spec then do not need?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement