libwnck: fix cross-compile
This commit is contained in:
parent
df9b3ffa23
commit
51da01f7bf
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'libwnck'.
|
# Template build file for 'libwnck'.
|
||||||
pkgname=libwnck
|
pkgname=libwnck
|
||||||
version=3.14.0
|
version=3.14.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
|
hostmakedepends="gdk-pixbuf-devel pkg-config intltool $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="startup-notification-devel gtk+3-devel libXres-devel"
|
makedepends="startup-notification-devel gtk+3-devel libXres-devel"
|
||||||
short_desc="Library for layout and rendering of text"
|
short_desc="Library for layout and rendering of text"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Reference in New Issue