mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
mate-menus: always enable gir
This commit is contained in:
parent
e0aa987755
commit
74a6b0ad4b
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'mate-menus'
|
||||
pkgname=mate-menus
|
||||
version=1.20.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-static $(vopt_enable python)"
|
||||
hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libglib-devel $(vopt_if python python-devel)"
|
||||
|
@ -14,9 +15,7 @@ distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${vers
|
|||
checksum=e277df3b3072c2177277644a8c7b0191cc5c3779f1b8db99ef183734d4b4c4a3
|
||||
|
||||
build_options="gir python"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir python"
|
||||
fi
|
||||
build_options_default="gir python"
|
||||
|
||||
mate-menus-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue