All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Franklin S. Cooper Jr" <fcooper@ti.com>
To: <meta-arago@arago-project.org>
Cc: "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: [PATCH 7/8] weston: Update commit used for weston 1.5.0
Date: Tue, 19 Aug 2014 11:45:51 -0500	[thread overview]
Message-ID: <1408466752-4458-7-git-send-email-fcooper@ti.com> (raw)
In-Reply-To: <1408466752-4458-1-git-send-email-fcooper@ti.com>

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* Update the version of Weston to pull in libinput dependency and several
  features and bug fixes.
* Update configure to use libinput instead of using built in input handling
* Copy changes from Weston 1.4.0 append.
* Use ini file to disable unwanted features.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-graphics/wayland/weston/weston.ini     |   10 ++++++++++
 ...weston_1.4.0.bbappend => weston_1.5.0.bbappend} |   17 +++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
 copy meta-arago-distro/recipes-graphics/wayland/{weston_1.4.0.bbappend => weston_1.5.0.bbappend} (58%)

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
new file mode 100644
index 0000000..8caa891
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/wayland/weston/weston.ini
@@ -0,0 +1,10 @@
+[shell]
+locking=false
+animation=zoom
+panel-location=none
+startup-animation=fade
+
+[screensaver]
+# Uncomment path to disable screensaver
+#path=@libexecdir@/weston-screensaver
+
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.5.0.bbappend
similarity index 58%
copy from meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
copy to meta-arago-distro/recipes-graphics/wayland/weston_1.5.0.bbappend
index e62cfa3..4a1e313 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.5.0.bbappend
@@ -1,19 +1,28 @@
-PR_append = "-arago2"
-
 # When configured for fbdev compositor, make it the default
 PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
 
+PR_append = "-arago0"
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI += "file://wayland_env.sh"
+DEPENDS += "libinput"
+
+SRC_URI += "file://wayland_env.sh \
+            file://weston.ini \
+"
+
+SRCREV = "e67118c80ad411ac46b7096aae2635510c80ea6d"
+
+EXTRA_OECONF += "--enable-libinput-backend"
 
 # Add custom Arago Wayland Environment script file
 do_install_append () {
     install -d ${D}${sysconfdir}/profile.d
+    install -m 0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}
     install -m 0644 ${WORKDIR}/wayland_env.sh ${D}${sysconfdir}/profile.d/
 }
 
 PACKAGES += "${PN}-conf"
 
-FILES_${PN}-conf += "${sysconfdir}/profile.d/*"
+FILES_${PN}-conf += "${sysconfdir}/profile.d/* ${sysconfdir}/weston.ini"
 RDEPENDS_${PN} += "${PN}-conf"
-- 
1.7.9.5



  parent reply	other threads:[~2014-08-19 16:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19 16:45 [PATCH 1/8] libevdev: Add libdevdev which is a dependency for libinput Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 2/8] libinput: Add new library which is a optional dependency for Weston Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 3/8] weston: Pull in Weston 1.5.0 from oe-core master Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 4/8] wayland: Pull in wayland " Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 5/8] wayland/weston: Switch from tarball to git Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 6/8] weston: Move distro specific changes to meta-arago-distro Franklin S. Cooper Jr
2014-08-19 16:45 ` Franklin S. Cooper Jr [this message]
2014-08-19 16:45 ` [PATCH 8/8] wayland: Updated commit for Wayland 1.5.0 Franklin S. Cooper Jr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408466752-4458-7-git-send-email-fcooper@ti.com \
    --to=fcooper@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.