cinnamon-settings-daemon: unmark nocross
This commit is contained in:
parent
cb9fd446ef
commit
7ced8bca29
|
@ -3,6 +3,7 @@ pkgname=cinnamon-settings-daemon
|
||||||
version=4.2.2
|
version=4.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper=gir
|
||||||
configure_args=" --disable-static --disable-schemas-compile"
|
configure_args=" --disable-static --disable-schemas-compile"
|
||||||
hostmakedepends="dbus-glib-devel gettext-devel glib-devel gnome-common
|
hostmakedepends="dbus-glib-devel gettext-devel glib-devel gnome-common
|
||||||
gobject-introspection intltool libtool pkg-config"
|
gobject-introspection intltool libtool pkg-config"
|
||||||
|
@ -17,7 +18,6 @@ homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-settings-daemon/${version}/debian/changelog"
|
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-settings-daemon/${version}/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=d5b1ff8b5777174a45ebf2906eb1690e79a241c1adeb56cd70f9f273674901f9
|
checksum=d5b1ff8b5777174a45ebf2906eb1690e79a241c1adeb56cd70f9f273674901f9
|
||||||
nocross="gobject-introspection"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue