### this file is sourced not run
PKGVER=0.7.2
PKGBUILD=1
PKGARCH=x86_64

TARBALL=labwc-$PKGVER.tar.gz
MD5SUM=500d17bf06131e5447316aa117678d33
SRC_URL=https://github.com/labwc/labwc/archive/refs/tags/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='libwlroots' # note: our librsvg is too old (new one needs rust)
SLACKDESC="labwc: labwc $PKGVER (Stacking Wayland compositor)
labwc: 
labwc: Labwc is a wlroots-based window-stacking compositor for wayland, 
labwc: inspired by openbox. It is light-weight and independent with a focus 
labwc: on simply stacking windows well and rendering some window 
labwc: decorations. It takes a no-bling/frills approach and says no to 
labwc: features such as animations. It relies on clients for panels, 
labwc: screenshots, wallpapers and so on to create a full desktop 
labwc: environment.
labwc: https://labwc.github.io/
labwc: https://github.com/labwc/labwc
"
# not needed when running under X, but needed when running on raw device
SLACKSUG='xwayland libdrm libdisplay-info hwdata seatd' 

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	MESONFLAGS="$MESONFLAGS \
		--buildtype=release \
	" &&	
	pkg_build_meson &&
	pkg_build_slackdesc
}
