eog: enable gir for all architecturs
This commit is contained in:
parent
808afca60a
commit
409a50d297
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'eog'
|
# Template file for 'eog'
|
||||||
pkgname=eog
|
pkgname=eog
|
||||||
version=3.32.1
|
version=3.32.1
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||||
|
@ -20,11 +20,7 @@ lib32disabled=yes
|
||||||
nocross="Can not use target eog as a generator because it is cross-built"
|
nocross="Can not use target eog as a generator because it is cross-built"
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
eog-devel_package() {
|
eog-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue