Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
a838ed9e
Commit
a838ed9e
authored
Feb 17, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ngfd: Use droid-vibrator instead of ffmemless and disable sound
parent
6b9036e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
ngfd.ini
recipes-nemomobile/ngfd/ngfd/ngfd.ini
+11
-0
ngfd_git.bb
recipes-nemomobile/ngfd/ngfd_git.bb
+6
-1
No files found.
recipes-nemomobile/ngfd/ngfd/ngfd.ini
0 → 100644
View file @
a838ed9e
[general]
plugins
=
dbus;transform;resource;profile;mce
plugins-optional
=
droid-vibrator
[keytypes]
sound.repeat
=
BOOLEAN
mce.backlight_on
=
BOOLEAN
tonegen.pattern
=
STRING
tonegen.volume
=
INTEGER
core.max_timeout
=
INTEGER
transform.allow_custom
=
BOOLEAN
recipes-nemomobile/ngfd/ngfd_git.bb
View file @
a838ed9e
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/ngfd"
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/ngfd"
LICENSE = "LGPL-2.1+"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://git.merproject.org/mer-core/ngfd.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/ngfd.git;protocol=https \
file://ngfd.ini"
SRCREV = "fbeea2a48bebd3faaac1ee84a144f797ac9006fc"
SRCREV = "fbeea2a48bebd3faaac1ee84a144f797ac9006fc"
PR = "r1"
PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
...
@@ -16,6 +17,10 @@ do_configure_prepend() {
...
@@ -16,6 +17,10 @@ do_configure_prepend() {
sed -i "s@src data doc tests@src data@" ${S}/Makefile.am
sed -i "s@src data doc tests@src data@" ${S}/Makefile.am
}
}
do_install_append() {
cp ../ngfd.ini ${D}/usr/share/ngfd/ngfd.ini
}
inherit autotools pkgconfig
inherit autotools pkgconfig
FILES_${PN}-dbg += "/usr/lib/ngf/.debug/"
FILES_${PN}-dbg += "/usr/lib/ngf/.debug/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment