diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/wayland/wlroots/.files | 2 | ||||
| -rw-r--r-- | repos/wayland/wlroots/abuild | 7 | ||||
| -rw-r--r-- | repos/wayland/wlroots/depends | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/repos/wayland/wlroots/.files b/repos/wayland/wlroots/.files index 001305f2..65a4ce36 100644 --- a/repos/wayland/wlroots/.files +++ b/repos/wayland/wlroots/.files @@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/include/wlr/backend/ -rw-r--r-- root/root usr/include/wlr/backend/multi.h -rw-r--r-- root/root usr/include/wlr/backend/session.h -rw-r--r-- root/root usr/include/wlr/backend/wayland.h +-rw-r--r-- root/root usr/include/wlr/backend/x11.h -rw-r--r-- root/root usr/include/wlr/config.h drwxr-xr-x root/root usr/include/wlr/interfaces/ -rw-r--r-- root/root usr/include/wlr/interfaces/wlr_buffer.h @@ -107,6 +108,7 @@ drwxr-xr-x root/root usr/include/wlr/util/ -rw-r--r-- root/root usr/include/wlr/util/region.h -rw-r--r-- root/root usr/include/wlr/version.h -rw-r--r-- root/root usr/include/wlr/xcursor.h +-rw-r--r-- root/root usr/include/wlr/xwayland.h drwxr-xr-x root/root usr/include/wlr/xwayland/ -rw-r--r-- root/root usr/include/wlr/xwayland/server.h -rw-r--r-- root/root usr/include/wlr/xwayland/shell.h diff --git a/repos/wayland/wlroots/abuild b/repos/wayland/wlroots/abuild index bd19c3fd..662964d3 100644 --- a/repos/wayland/wlroots/abuild +++ b/repos/wayland/wlroots/abuild @@ -1,6 +1,7 @@ name=wlroots -version=0.17.3 +version=0.17.4 release=1 source="https://gitlab.freedesktop.org/${name}/${name}/-/releases/${version}/downloads/${name}-${version}.tar.gz" -build_opt="-Dexamples=false -Ddefault_library=both -Dbackends=drm,libinput" -[ -f $SPM_PKGDB/xwayland ] && build_opt="$build_opt -Dxwayland=enabled" +[ -f $SPM_PKGDB/libx11 ] && xbackends=",x11" +[ -f $SPM_PKGDB/xwayland ] && build_opt="-Dxwayland=enabled" +build_opt="$build_opt -Dexamples=false -Ddefault_library=both -Dbackends=drm,libinput$xbackends" diff --git a/repos/wayland/wlroots/depends b/repos/wayland/wlroots/depends index c5fa0a6d..da8befc6 100644 --- a/repos/wayland/wlroots/depends +++ b/repos/wayland/wlroots/depends @@ -1,7 +1,4 @@ -hwdata seatd -wayland -libdrm libxkbcommon pixman libinput |