wine: depends on libwine and others
This commit is contained in:
parent
da398900db
commit
ac3db77f43
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=5.17
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/libexec/wine"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
|
@ -27,8 +27,7 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
|
|||
FAudio-devel gst-plugins-base1-devel"
|
||||
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
||||
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf
|
||||
gnutls"
|
||||
depends="wine-common>=${version}_${revision}"
|
||||
gnutls wine-common>=${version}_${revision} libwine>=${version}_${revision}"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
x86_64*) configure_args+=" --enable-win64 --libdir=/usr/lib"
|
||||
|
|
Loading…
Reference in a new issue