openbox: require newer libXfixes to fix cross build.

This commit is contained in:
Juan RP 2013-08-12 09:46:25 +02:00
parent d3d917a9c6
commit 8cb82269d6
1 changed files with 9 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'openbox'
pkgname=openbox
version=3.5.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-startup-notification"
hostmakedepends="pkg-config"
makedepends="startup-notification-devel libxml2-devel libXrandr-devel
libXcursor-devel libXinerama-devel libSM-devel imlib2-devel pango-devel"
libXcursor-devel>=1.1.14_2 libXinerama-devel libSM-devel imlib2-devel pango-devel"
short_desc="Standards compliant, fast, light-weight, extensible window manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@ -34,6 +34,13 @@ long_desc="
* Multi-head Xinerama support!
* Pipe menus"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake gettext-devel"
pre_configure() {
autoreconf -fi
}
fi
# Package build options
build_options="svg"
desc_option_svg="Enable support for SVG icons"