Use debug build by default, as per upstream request
This commit is contained in:
parent
88cc865ee9
commit
74391eabfb
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = wlroots-git
|
pkgbase = wlroots-git
|
||||||
pkgdesc = Modular Wayland compositor library
|
pkgdesc = Modular Wayland compositor library
|
||||||
pkgver = r2505.7c2241a5
|
pkgver = r2574.8585533a
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -22,6 +22,8 @@ pkgbase = wlroots-git
|
|||||||
depends = libxkbcommon
|
depends = libxkbcommon
|
||||||
provides = wlroots
|
provides = wlroots
|
||||||
conflicts = wlroots
|
conflicts = wlroots
|
||||||
|
options = debug
|
||||||
|
options = !strip
|
||||||
source = wlroots-git::git+https://github.com/swaywm/wlroots
|
source = wlroots-git::git+https://github.com/swaywm/wlroots
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname='wlroots-git'
|
pkgname='wlroots-git'
|
||||||
pkgver=r2505.7c2241a5
|
pkgver=r2574.8585533a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('custom:MIT')
|
license=('custom:MIT')
|
||||||
pkgdesc='Modular Wayland compositor library'
|
pkgdesc='Modular Wayland compositor library'
|
||||||
@ -8,6 +8,7 @@ url='https://github.com/swaywm/wlroots'
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
provides=('wlroots')
|
provides=('wlroots')
|
||||||
conflicts=('wlroots')
|
conflicts=('wlroots')
|
||||||
|
options=('debug' '!strip')
|
||||||
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
||||||
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
||||||
'libinput' 'libxkbcommon')
|
'libinput' 'libxkbcommon')
|
||||||
@ -30,12 +31,15 @@ build () {
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
meson build \
|
meson build \
|
||||||
--prefix /usr \
|
--prefix /usr \
|
||||||
|
--buildtype debug \
|
||||||
-Denable-libcap=true \
|
-Denable-libcap=true \
|
||||||
-Denable-systemd=true \
|
-Denable-systemd=true \
|
||||||
-Denable-elogind=false \
|
-Denable-elogind=false \
|
||||||
-Denable-xcb_errors=true \
|
-Denable-xcb_errors=true \
|
||||||
-Denable-xwayland=true \
|
-Denable-xwayland=true \
|
||||||
-Denable-x11_backend=true
|
-Denable-x11_backend=true \
|
||||||
|
-Denable-rootston=true \
|
||||||
|
-Denable-examples=true
|
||||||
ninja -C build
|
ninja -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user