cheese: always enable gir
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
32fcd140a0
commit
5462fabd6f
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'cheese'
|
||||
pkgname=cheese
|
||||
version=3.32.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="gdk-pixbuf glib-devel gtk-doc intltool itstool pkg-config
|
||||
$(vopt_if gir 'gobject-introspection') vala"
|
||||
|
@ -16,12 +17,9 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://wiki.gnome.org/Apps/Cheese"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=7b9ad1da8bb475a9e71ae69a5832786a75e860f0af927637540574fd49d595f6
|
||||
nocross="failed to load ./data/pixmaps/thumbnail-frame.png: Couldn?t recognize the image file format for file ?./data/pixmaps/thumbnail-frame.png?"
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
||||
libcheese_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
|
|
Loading…
Reference in a new issue