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

1 2 Next › Last »

Piezo commented on 2022-05-03 22:24 (UTC) (edited on 2022-05-03 22:24 (UTC) by Piezo)

@dr460nf1r3 Fixed.

Sadly it doesn't build with the current glibc (which added a transitive include <sys/param.h> -> <unistd.h>, see https://github.com/michaelforney/swc/issues/72 )

Here's a quick and dirty patch: http://sprunge.us/8RJcSf (I haven't tested it at runtime.)

dr460nf1r3 commented on 2022-05-02 18:04 (UTC)

Xcb seems to be missing in makedepends :)

AlgoJerViA commented on 2018-08-02 11:26 (UTC)

makepg complained that wayland-protocols was missing.

Torsten commented on 2016-02-09 10:46 (UTC)

you need to either set 'ENABLE_XWAYLAND = 0' or list 'xorg-server-xwayland' as a dependency

Piezo commented on 2015-08-12 23:20 (UTC)

Done. Sorry for the delay.

jplatte commented on 2015-08-12 22:58 (UTC)

Could you please add PREFIX="/usr" to the make invocation as Kinokoio suggested? Currently velox-git doesn't build because of this issue.

Kinokoio commented on 2015-07-17 22:30 (UTC)

You should change "make" to "make PREFIX='/usr'", otherwise other packages will never find because /usr/lib/pkgconfig/swc.pc prefix var will have "/usr/local" as value. ===== Diff ===== 26c26 < make --- > make PREFIX="/usr"

woegjiub commented on 2015-03-21 21:36 (UTC)

https://github.com/michaelforney/velox/issues/7 The default PREFIX for SWC has changed to "/usr/local", so PREFIX="/usr" is required in the make invocation in build.

WFCody commented on 2015-03-09 08:08 (UTC)

Using the patch from pull request #24 makes it build. Currently running on Velox :)

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

installing libinput-git does not help with the error below