mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
openbox: require newer libXfixes to fix cross build.
This commit is contained in:
parent
d3d917a9c6
commit
8cb82269d6
1 changed files with 9 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'openbox'
|
# Template file for 'openbox'
|
||||||
pkgname=openbox
|
pkgname=openbox
|
||||||
version=3.5.2
|
version=3.5.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-startup-notification"
|
configure_args="--enable-startup-notification"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="startup-notification-devel libxml2-devel libXrandr-devel
|
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"
|
short_desc="Standards compliant, fast, light-weight, extensible window manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -34,6 +34,13 @@ long_desc="
|
||||||
* Multi-head Xinerama support!
|
* Multi-head Xinerama support!
|
||||||
* Pipe menus"
|
* Pipe menus"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" libtool automake gettext-devel"
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="svg"
|
build_options="svg"
|
||||||
desc_option_svg="Enable support for SVG icons"
|
desc_option_svg="Enable support for SVG icons"
|
||||||
|
|
Loading…
Add table
Reference in a new issue