summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2014-12-09packaging: do not BuildRequire wayland-scannersubmit/tizen/20141209.143653Manuel Bachmann1-1/+0
"wayland-scanner.pc" is a Tizen thing, it does not exist upstream nor in other distros. Avoid using it. Change-Id: I9a0410dffae79258598609300f997bc8877dba2f Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-12-08Merge "User sessions are run using Tizen login manager (tlm) Consequently, ↵submit/tizen_common/20141208.164856Manuel Bachmann1-5/+0
removing the weston-user.service file links" into tizen
2014-12-05Add a QA client and pluginManuel Bachmann1-0/+15
We add a new "qa-plugin" package, which contains a Weston plugin (disabled by default) and a client named "weston- qa-client". Currently, if the plugin is enabled in "weston.ini", the client will retrieve a list of the currently displayed surfaces along with their positions and sizes. Change-Id: I881131f1985ef527dfd45e27a66edd5fce2d55c8 Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-11-26User sessions are run using Tizen login manager (tlm)Imran Zaman1-5/+0
Consequently, removing the weston-user.service file links Change-Id: I5153530a3a53d326fac27671d01b21fc641f2dbe Signed-off-by: Imran Zaman <imran.zaman@intel.com>
2014-11-17tz-launcher: fix warnings, coding style, memory leaksubmit/tizen_mobile/20141120.000000submit/tizen_common/20141117.130703accepted/tizen/common/20141117.165057Manuel Bachmann1-1/+1
This commit fixes all the warnings issued during the "tz-launcher" compilation process. It also enforces coding style consistency, and fixes one memory leak of a cairo context. Change-Id: Ide7a7d8ada146c54c8bc493277d384854793709f Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-10-28update udev rules to have /dev/input/* with group 'input'submit/tizen_common/20141028.111159accepted/tizen/common/20141028.111331Stephane Desneux1-2/+2
Change-Id: Iaf5862b940dc4c1055288c9a52e67cadd7d47c50 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-21Fix weston startup with systemd 212Stephane Desneux1-3/+3
- %h placeholder *MUST NOT* be used in systemd(system) service files, starting from upstream commit 2cfbd749 - SMACK="<label>" *MUST* be changed to SECLABEL{smack}="<label>" in /etc/udev/rules.d/* Change-Id: I8f59f73f6d7b4ee6fa4faa7d6978135de326a327 Bug-Tizen: TC-660 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-06-18Build tz-launcher from package root dirsubmit/tizen_common/20140618.103325Kévin THIERRY1-6/+2
Add a Makefile.am and a configure.ac in the package root dir in order to be able to build tz-launcher without having to cd in the subdirectory in the spec file. Rename directory tz-launcher to src. Also remove executable bit from license file src/COPYING. Change-Id: Ifdcf60cb0cb9af2e83aa088ec9a37947217e47c8 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-05-27Framebuffer support: Add the "display" user to the "video" groupManuel Bachmann1-1/+2
Is the framebuffer is enabled, only members of the "video" group can access the dedicated device /dev/fb0. Adding this permits to run display-manager service with the framebuffer. Change-Id: I38160706dbbcb89fec2f939444c1f3c17164d87f Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-04-20migrate from Tizen:Generic to Tizen:CommonStephane Desneux3-6/+6
Change-Id: I3c18397a83176c24b4a79b1e20f49a44831bcf22 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-04-15fix smack permissionsStephane Desneux1-2/+2
Change-Id: Ifc47f4f7b7ab0f91ca1a9fdae25cb350f67a5329 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-04-14start weston without weston-launchStephane Desneux1-7/+30
this requires the appropriate permissions on: - /dev/dri/* - /dev/input/event* - /dev/tty* Now weston also starts on tty7 and produces a log in /run/display/weston.log Change-Id: Ibff542df306a0b556e54e3b26654306fd55595cd Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-04-11Add the wl-pre utility.Manuel Bachmann1-0/+1
Change-Id: I3cfe6e729986296b9412896f79f53505fc9577d9 Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-04-11fix tz-launcher environment for EFLStephane Desneux1-2/+3
Change-Id: If325358a627c7f9cb1108d92ff0ac7034d79ef16 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-04-11start tz-launcher (user minishell) at session startupStephane Desneux1-3/+8
Change-Id: I5230f72ba59f628e296495aabc71283d304579f9 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-04-11Add tz-launcher files, and adapt specfile/manifest.Manuel Bachmann2-1/+45
Change-Id: I014f647fe6623f5a8466dad987052fadbfd2fcd2 Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-04-11start weston as system daemonStephane Desneux1-5/+54
Change-Id: Icc6255640f452a819c08f1a1abe693d652bd681c
2014-02-27disable build if wayland flag not setStephane Desneux1-0/+5
Change-Id: I0efe8d993cf7a9910713773348a6a7240a84749f Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-02-27Added weston start-up files, and split config to subpackageStephane Desneux2-2/+26
Change-Id: Id73c75e5011b2b8ac9ae5f585783bc3aa56b43d5 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-02-27initial packagingStephane Desneux3-0/+39
Change-Id: I21ba93013e02a0298fc540c48b874735fe5445cf Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>