Commit a838ed9e authored by Florent Revest's avatar Florent Revest

ngfd: Use droid-vibrator instead of ffmemless and disable sound

parent 6b9036e1
[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
...@@ -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/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment