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