David McKinney
5862b9dbd1
- Updated sway to 1.5.1 - Updated sway config with color theme, fixes, etc - Patched sway default wayland display socket to use wayland-0 as first socket - Updated wlroots to 0.12.0 - Updated wdisplays to more recent commit - Fixed sway-session-switcher to work with newer gnome-session - Fixed dependency in swaybg - Added new rust launcher (sgmenu), removed old one (sgflow) - Added gtk-layer-shell recipe, needed for sgmenu, useful for other things - Removed unused sgstatus recipe
16 lines
408 B
BlitzBasic
16 lines
408 B
BlitzBasic
|
|
inherit meson pkgconfig
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=7578fad101710ea2d289ff5411f1b818"
|
|
|
|
SRCREV = "238d1c078fb03338e9f271d98f7bf6b1fc399285"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRC_URI = "git://github.com/swaywm/wlroots;protocol=https \
|
|
"
|
|
|
|
DEPENDS = "libx11 libdrm dbus libxcb xcb-util-wm xcb-util-image virtual/egl mesa wayland wayland-native libxkbcommon libinput systemd pixman"
|
|
|
|
|