mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
wine: added binfmts trigger
This commit is contained in:
parent
972a87ba9f
commit
c49b389763
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.45
|
version=1.7.45
|
||||||
revision=4
|
revision=5
|
||||||
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"
|
||||||
|
@ -27,6 +27,8 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
|
||||||
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
||||||
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf"
|
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf"
|
||||||
|
|
||||||
|
binfmts="/usr/bin/wine --magic MZ"
|
||||||
|
|
||||||
build_options="staging d3d9"
|
build_options="staging d3d9"
|
||||||
desc_option_staging="Enable wine-staging patchset"
|
desc_option_staging="Enable wine-staging patchset"
|
||||||
desc_option_d3d9="Enable d3d9 state tracker patchset"
|
desc_option_d3d9="Enable d3d9 state tracker patchset"
|
||||||
|
|
Loading…
Add table
Reference in a new issue