Usage of weston-conf package for weston.ini

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-05-17 15:45:10 +02:00
parent e7197a0377
commit 7d3d03fc48
3 changed files with 22 additions and 4 deletions

View File

@ -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
}

View File

@ -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

View File

@ -1,3 +0,0 @@
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
SRC_URI_append_stm32mpcommon = " file://weston.ini "