Package Details: swc-git r691.a7b6155-1

Git Clone URL: https://aur.archlinux.org/swc-git.git (read-only, click to copy)
Package Base: swc-git
Description: A library for making a simple Wayland compositor
Upstream URL: https://github.com/michaelforney/swc
Licenses: MIT
Conflicts: swc
Provides: swc
Submitter: Piezo
Maintainer: Piezo (bidulock)
Last Packager: Piezo
Votes: 18
Popularity: 0.000000
First Submitted: 2014-02-08 13:43 (UTC)
Last Updated: 2022-05-20 13:10 (UTC)

Latest Comments

« First ‹ Previous 1 2

WFCody commented on 2015-03-05 10:32 (UTC)

I get this compile error: *********** libswc/seat.c: In function ‘handle_libinput_data’: libswc/seat.c:326:22: error: too few arguments to function ‘libinput_event_pointer_get_axis_value’ (libinput_event_pointer_get_axis_value(event)); ^ In file included from libswc/seat.c:43:0: /usr/include/libinput.h:702:1: note: declared here libinput_event_pointer_get_axis_value(struct libinput_event_pointer *event, ^ libswc/seat.c:328:29: error: implicit declaration of function ‘libinput_event_pointer_get_axis’ [-Werror=implicit-function-declaration] libinput_event_pointer_get_axis(event), amount); **************

noctlos commented on 2015-01-04 00:22 (UTC)

Please update this to use libinput instead of libinput-git.

thrakcattak commented on 2014-09-02 11:04 (UTC)

The package() function needs to be updated as COPYING was renamed to LICENSE. https://github.com/michaelforney/swc/commit/be158ddc42f306964c509cb44bdf3946d1554fae

jfu commented on 2014-07-20 20:49 (UTC)

It is missing the libinput dependency. It also requires libinput in extra to be updated to version 0.4 to compile.