wine: add xshm build option
This commit is contained in:
parent
3f461affe6
commit
173f3b297e
1 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ _pkgver=${version/r/-r}
|
|||
create_wrksrc=yes
|
||||
build_wrksrc=wine-${_pkgver}
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/libexec/wine"
|
||||
configure_args="--bindir=/usr/libexec/wine $(vopt_with xshm)"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
@ -16,10 +16,11 @@ distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar
|
|||
checksum="113c130eed2f3256c932ffbb7f482a0533ed3ac5c62c979622a2a6df7f9f636a
|
||||
7716daf2a24b61a37d356478639bc8e3a45833a9d9e4d8b7b506fa60f6ce76b2"
|
||||
|
||||
build_options="mingw staging"
|
||||
build_options_default="mingw"
|
||||
build_options="mingw staging xshm"
|
||||
build_options_default="mingw xshm"
|
||||
desc_option_mingw="Use the MinGW cross compiler to build WinPE DLLs"
|
||||
desc_option_staging="Apply the wine-staging patchset"
|
||||
desc_option_xshm="Enable support for the X Shared Memory Extension"
|
||||
|
||||
lib32mode=full
|
||||
archs="i686* x86_64*"
|
||||
|
|
Loading…
Reference in a new issue