Disable examples to avoid needing ffmpeg as makedepends, remove libcap

This commit is contained in:
Adrian Perez de Castro 2020-10-07 19:02:50 +03:00
parent 77b48433bf
commit ff8e6a6a29
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = wlroots-git pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library pkgdesc = Modular Wayland compositor library
pkgver = 0.9.1.r7.g6d3f3b93 pkgver = 0.11.0.r46.g87836dcb
pkgrel = 2 pkgrel = 1
url = https://github.com/swaywm/wlroots url = https://github.com/swaywm/wlroots
arch = x86_64 arch = x86_64
license = custom:MIT license = custom:MIT
@ -10,7 +10,6 @@ pkgbase = wlroots-git
makedepends = git makedepends = git
makedepends = wayland-protocols makedepends = wayland-protocols
makedepends = xorgproto makedepends = xorgproto
depends = libcap
depends = systemd depends = systemd
depends = wayland depends = wayland
depends = opengl-driver depends = opengl-driver
@ -20,7 +19,7 @@ pkgbase = wlroots-git
depends = pixman depends = pixman
depends = libinput depends = libinput
depends = libxkbcommon depends = libxkbcommon
provides = wlroots=0.9.1 provides = wlroots=0.11.0
conflicts = wlroots conflicts = wlroots
options = debug options = debug
source = wlroots-git::git+https://github.com/swaywm/wlroots source = wlroots-git::git+https://github.com/swaywm/wlroots

View File

@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com> # Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wlroots-git pkgname=wlroots-git
pkgver=0.9.1.r7.g6d3f3b93 pkgver=0.11.0.r46.g87836dcb
pkgrel=2 pkgrel=1
license=(custom:MIT) license=(custom:MIT)
pkgdesc='Modular Wayland compositor library' pkgdesc='Modular Wayland compositor library'
url=https://github.com/swaywm/wlroots url=https://github.com/swaywm/wlroots
@ -9,7 +9,7 @@ arch=(x86_64)
provides=("wlroots=${pkgver%%.r*}") provides=("wlroots=${pkgver%%.r*}")
conflicts=(wlroots) conflicts=(wlroots)
options=(debug) options=(debug)
depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors depends=(systemd wayland opengl-driver libxcb xcb-util-errors
xcb-util-wm pixman libinput libxkbcommon) xcb-util-wm pixman libinput libxkbcommon)
makedepends=(meson ninja git wayland-protocols xorgproto) makedepends=(meson ninja git wayland-protocols xorgproto)
source=("${pkgname}::git+${url}") source=("${pkgname}::git+${url}")
@ -38,7 +38,7 @@ build () {
-Dxcb-icccm=enabled \ -Dxcb-icccm=enabled \
-Dxwayland=enabled \ -Dxwayland=enabled \
-Dx11-backend=enabled \ -Dx11-backend=enabled \
-Dexamples=true -Dexamples=false
ninja -C build ninja -C build
} }