linux-driver-management: unmark nocross
This commit is contained in:
parent
5e53a5fdb9
commit
7953d57fab
|
@ -2,22 +2,22 @@
|
|||
pkgname=linux-driver-management
|
||||
version=1.0.3
|
||||
revision=2
|
||||
patch_args="-Np1"
|
||||
# Tests require unpackaged umockdev
|
||||
# https://github.com/martinpitt/umockdev
|
||||
configure_args="-Dwith-docs=false"
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dwith-docs=false"
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
makedepends="libusb-devel libglib-devel eudev-libudev-devel libgirepository-devel
|
||||
xorg-server-devel libkmod-devel gobject-introspection"
|
||||
checkdepends="check-devel"
|
||||
short_desc="Distro agnostic Plug'n'Play system for Linux"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/solus-project/linux-driver-management"
|
||||
distfiles="https://github.com/solus-project/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=968ef61fbb7e26b89ef9456f03cf31c616bdc8fc69531fcfd9f90ae0f4ff147b
|
||||
nocross="requires gobject-introspection"
|
||||
patch_args="-Np1"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# host needs glib-mkenums
|
||||
|
|
Loading…
Reference in New Issue