Skip to content
Snippets Groups Projects
Commit 07cc8fa4 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

Merge branch 'libinput' into 'kirkstone'

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

See merge request eclipse/oniro-oh/meta-openharmony!113
parents 37983a0a a7ac9b33
No related branches found
No related tags found
1 merge request!113openharmony-standard-3.0: Add installation of libinput quirks files
Pipeline #16441 passed
...@@ -1351,6 +1351,8 @@ SYSTEMD_PACKAGES += "${PN}-inputmethod" ...@@ -1351,6 +1351,8 @@ SYSTEMD_PACKAGES += "${PN}-inputmethod"
SYSTEMD_SERVICE:${PN}-inputmethod = "inputmethod.service" SYSTEMD_SERVICE:${PN}-inputmethod = "inputmethod.service"
SRC_URI += "file://inputmethod.service" SRC_URI += "file://inputmethod.service"
do_install:append() { 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 -d ${D}/${systemd_unitdir}/system
install -m 644 ${WORKDIR}/inputmethod.service ${D}${systemd_unitdir}/system/ install -m 644 ${WORKDIR}/inputmethod.service ${D}${systemd_unitdir}/system/
rm -f ${D}${sysconfdir}/openharmony/init/inputmethodservice.cfg rm -f ${D}${sysconfdir}/openharmony/init/inputmethodservice.cfg
...@@ -1359,6 +1361,7 @@ FILES:${PN}-inputmethod = " \ ...@@ -1359,6 +1361,7 @@ FILES:${PN}-inputmethod = " \
${libdir}/libinputmethod_*${SOLIBS} \ ${libdir}/libinputmethod_*${SOLIBS} \
${libdir}/module/libinputmethodengine*${SOLIBS} \ ${libdir}/module/libinputmethodengine*${SOLIBS} \
${libdir}/openharmony/profile/inputmethod_service.xml \ ${libdir}/openharmony/profile/inputmethod_service.xml \
${datadir}/libinput \
" "
RDEPENDS:${PN}-inputmethod += "musl libcxx" RDEPENDS:${PN}-inputmethod += "musl libcxx"
RDEPENDS:${PN}-inputmethod += "${PN}-resmgr ${PN}-ipc ${PN}-samgr ${PN}-libutils ${PN}-hilog" 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