libwpe: switch to build_style=meson
This commit is contained in:
parent
189cfa7e29
commit
b82956b3cb
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'libwpe'
|
||||
pkgname=libwpe
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="MesaLib-devel libxkbcommon-devel"
|
||||
short_desc="General-purpose library for WPE WebKit"
|
||||
|
@ -12,10 +12,6 @@ homepage="https://wpewebkit.org"
|
|||
distfiles="https://wpewebkit.org/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=2415e270d45e3595ed4052bc105f733744dc2d3677e12ff4a831e5029841084d
|
||||
|
||||
do_check() {
|
||||
: # no tests
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue