mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-21 00:42:56 +00:00
fix(x11/weston): prevent updates to x.y.9z prerelease versions
closes #27750 %ci:no-build
This commit is contained in:
@@ -11,6 +11,8 @@ TERMUX_PKG_BUILD_DEPENDS="libwayland-cross-scanner, libwayland-protocols"
|
||||
# XXX: Do not depend on gbm
|
||||
TERMUX_PKG_ANTI_BUILD_DEPENDS="mesa"
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
# Weston uses x.y.9z and x.9y.9z versions as unstable prereleases, do not update to them.
|
||||
TERMUX_PKG_UPDATE_VERSION_REGEXP='^\d+(?:\.[0-8]?\d){2}$'
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
-Dbackend-drm=false
|
||||
-Dbackend-drm-screencast-vaapi=false
|
||||
|
||||
Reference in New Issue
Block a user