summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-09-29 22:38:52 +0200
committerNarrat2024-09-29 22:38:52 +0200
commitb28803957f4a5014e46d44ff6f9f8a8aa553e050 (patch)
treeabdc920350c07fa38bc32d790c3246eee6123dbc
parent3a68cd0f84c4d27357476bdcef618b5674085c20 (diff)
downloadaur-b28803957f4a5014e46d44ff6f9f8a8aa553e050.tar.gz
weston-git: libdisplay-info is a new optdep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d72fcfeae2f..a6ef111f358e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = weston-git
pkgdesc = Reference implementation of a Wayland compositor
- pkgver = 13.0.0.r287.gef175c8
+ pkgver = 14.0.0.r8.gfe64eee
pkgrel = 1
url = https://wayland.freedesktop.org/
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = weston-git
makedepends = libpipewire
makedepends = xorg-xwayland
makedepends = xcb-util-cursor
+ makedepends = libdisplay-info
makedepends = git
depends = fontconfig
depends = glibc
@@ -49,6 +50,7 @@ pkgbase = weston-git
optdepends = libpipewire: support pipewire backend
optdepends = freerdp2: support rdp backend
optdepends = neatvnc: support vnc backend
+ optdepends = libdisplay-info: support drm backend
provides = weston
conflicts = weston
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index 832eb586578b..020aa55ffa8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_basename=weston
pkgname="$_basename-git"
-pkgver=13.0.0.r287.gef175c8
+pkgver=14.0.0.r8.gfe64eee
pkgrel=1
pkgdesc='Reference implementation of a Wayland compositor'
arch=('x86_64')
@@ -18,11 +18,12 @@ depends=('fontconfig' 'glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'p
'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'seatd'
'gstreamer' 'gst-plugins-base-libs')
makedepends=('wayland-protocols-git' 'meson' 'ninja' 'freerdp2' 'neatvnc' 'libpipewire'
- 'xorg-xwayland' 'xcb-util-cursor' 'git')
+ 'xorg-xwayland' 'xcb-util-cursor' 'libdisplay-info' 'git')
optdepends=('xorg-xwayland: support x11 backend'
'libpipewire: support pipewire backend'
'freerdp2: support rdp backend'
- 'neatvnc: support vnc backend')
+ 'neatvnc: support vnc backend'
+ 'libdisplay-info: support drm backend')
conflicts=("$_basename")
provides=("$_basename")
options=(!lto)