mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
wine: enable gtk+3 support
This commit is contained in:
parent
dbd77f0df4
commit
12f75a7201
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.49
|
version=1.7.49
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
short_desc="Run Microsoft Windows applications"
|
short_desc="Run Microsoft Windows applications"
|
||||||
|
@ -40,7 +40,7 @@ if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${build_option_staging} ]; then
|
if [ ${build_option_staging} ]; then
|
||||||
makedepends+=" pulseaudio-devel libva-devel"
|
makedepends+=" pulseaudio-devel libva-devel gtk+3-devel"
|
||||||
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
||||||
checksum+=" a5623e78c1032cef691018712d855215402e42f054028c89fcf78c336821ca9f"
|
checksum+=" a5623e78c1032cef691018712d855215402e42f054028c89fcf78c336821ca9f"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue