Usage of weston-conf package for weston.ini
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
parent
e7197a0377
commit
7d3d03fc48
|
|
@ -0,0 +1,7 @@
|
||||||
|
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
||||||
|
SRC_URI_append_stm32mpcommon = " file://weston.ini "
|
||||||
|
|
||||||
|
do_install_append_stm32mpcommon() {
|
||||||
|
mkdir -p ${D}/${sysconfdir}/xdg/weston
|
||||||
|
install -m 0644 ${WORKDIR}/weston.ini ${D}/${sysconfdir}/xdg/weston
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[core]
|
[core]
|
||||||
#modules=cms-colord.so
|
#modules=cms-colord.so
|
||||||
|
#xwayland=true
|
||||||
shell=desktop-shell.so
|
shell=desktop-shell.so
|
||||||
backend=drm-backend.so
|
backend=drm-backend.so
|
||||||
idle-time=0
|
idle-time=0
|
||||||
|
|
@ -71,7 +72,20 @@ mode=preferred
|
||||||
transform=270
|
transform=270
|
||||||
|
|
||||||
#[libinput]
|
#[libinput]
|
||||||
#enable_tap=true
|
#enable-tap=true
|
||||||
|
#tap-and-drag=true
|
||||||
|
#tap-and-drag-lock=true
|
||||||
|
#disable-while-typing=false
|
||||||
|
#middle-button-emulation=true
|
||||||
|
#left-handed=true
|
||||||
|
#rotation=90
|
||||||
|
#accel-profile=flat
|
||||||
|
#accel-speed=.9
|
||||||
|
#natural-scroll=true
|
||||||
|
#scroll-method=edge
|
||||||
|
# For button-triggered scrolling:
|
||||||
|
#scroll-method=button
|
||||||
|
#scroll-button=BTN_RIGHT
|
||||||
|
|
||||||
#[touchpad]
|
#[touchpad]
|
||||||
#constant_accel_factor = 50
|
#constant_accel_factor = 50
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
|
||||||
|
|
||||||
SRC_URI_append_stm32mpcommon = " file://weston.ini "
|
|
||||||
Loading…
Reference in New Issue