Skip to content
Snippets Groups Projects
Commit a7ac9b33 authored by Kareem Zarka's avatar Kareem Zarka
Browse files

openharmony-standard-3.0: Add installation of libinput quirks files


Previously, the libinput quirks files were not being installed by the
package. This commit installs them to the
appropriate location.

Signed-off-by: default avatarKareem Zarka <kareem.zarka@huawei.com>
parent 37983a0a
No related branches found
No related tags found
1 merge request!113openharmony-standard-3.0: Add installation of libinput quirks files
......@@ -1351,6 +1351,8 @@ SYSTEMD_PACKAGES += "${PN}-inputmethod"
SYSTEMD_SERVICE:${PN}-inputmethod = "inputmethod.service"
SRC_URI += "file://inputmethod.service"
do_install:append() {
install -d ${D}${datadir}/libinput
install -m 644 ${S}/third_party/libinput/quirks/* ${D}${datadir}/libinput
install -d ${D}/${systemd_unitdir}/system
install -m 644 ${WORKDIR}/inputmethod.service ${D}${systemd_unitdir}/system/
rm -f ${D}${sysconfdir}/openharmony/init/inputmethodservice.cfg
......@@ -1359,6 +1361,7 @@ FILES:${PN}-inputmethod = " \
${libdir}/libinputmethod_*${SOLIBS} \
${libdir}/module/libinputmethodengine*${SOLIBS} \
${libdir}/openharmony/profile/inputmethod_service.xml \
${datadir}/libinput \
"
RDEPENDS:${PN}-inputmethod += "musl libcxx"
RDEPENDS:${PN}-inputmethod += "${PN}-resmgr ${PN}-ipc ${PN}-samgr ${PN}-libutils ${PN}-hilog"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment