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

View File

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