eudev: disable gir build option by default.
This commit is contained in:
parent
03eb11220f
commit
89925fd029
1 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@ _UDEV_VERSION="207" # compatible udev version provided
|
||||||
|
|
||||||
pkgname=eudev
|
pkgname=eudev
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=1
|
revision=2
|
||||||
conf_files="/etc/udev/udev.conf"
|
conf_files="/etc/udev/udev.conf"
|
||||||
conflicts="systemd>=0"
|
conflicts="systemd>=0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -22,11 +22,6 @@ checksum=66da90fdd228444b7ac1868d36f1c0fe52476b966e766398bac7448e105c9f53
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
desc_option_gir="Enable support for building gobject introspection data"
|
desc_option_gir="Enable support for building gobject introspection data"
|
||||||
|
|
||||||
# Disable gir for cross builds.
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
configure_args+=" --enable-introspection"
|
configure_args+=" --enable-introspection"
|
||||||
makedepends+=" gobject-introspection"
|
makedepends+=" gobject-introspection"
|
||||||
|
|
Loading…
Reference in a new issue