mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Switch KDE Plasma kwin (the WM & Compositor) to xwayland-devel
This makes Plasma co-installable with sway and river and other Wayland-based compositors and makes life much easier for the folks working on Wayland bits, since then all the "current" compositors depend on the same wayland, rather than conflicting over xwayland vs. xwayland-devel. PR: 244016 Submitted by: jbeich Reported by: jbeich
This commit is contained in:
parent
62fd41fd71
commit
4c432d12bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568609
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= kwin
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -24,8 +25,8 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \
|
||||
libxcb-keysyms.so:x11/xcb-util-keysyms \
|
||||
libxkbcommon.so:x11/libxkbcommon
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
|
||||
Xwayland:x11-servers/xwayland
|
||||
RUN_DEPENDS= Xwayland:x11-servers/xwayland
|
||||
xwayland-devel>0:x11-servers/xwayland-devel
|
||||
RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel
|
||||
|
||||
USES= cmake compiler:c++11-lib cpe gettext gl gnome kde:5 pkgconfig python:3.5+,run \
|
||||
qt:5 shebangfix tar:xz xorg
|
||||
|
Loading…
Reference in New Issue
Block a user