summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-05-31 19:45:38 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-05-31 21:19:15 -0400
commit29cf47017b94b6bd1f7d61b4be9efbf5392d368b (patch)
tree38b1497611d546f9c5f2257c4b4d5f0ca70ec614 /app-emulation/wine-any/wine-any-9999.ebuild
parentapp-emulation/wine-d3d9: Bump to 2.9 (diff)
downloadgentoo-29cf47017b94b6bd1f7d61b4be9efbf5392d368b.tar.gz
gentoo-29cf47017b94b6bd1f7d61b4be9efbf5392d368b.tar.bz2
gentoo-29cf47017b94b6bd1f7d61b4be9efbf5392d368b.zip
app-emulation/wine-any: Bump to 2.9
X use flag now pulls in Xfixes for extended clipboard functionality Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emulation/wine-any/wine-any-9999.ebuild')
-rw-r--r--app-emulation/wine-any/wine-any-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
index 62bce18f5a7a..96e7765c5732 100644
--- a/app-emulation/wine-any/wine-any-9999.ebuild
+++ b/app-emulation/wine-any/wine-any-9999.ebuild
@@ -67,6 +67,7 @@ COMMON_DEPEND="
X? (
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
+ x11-libs/libXfixes[${MULTILIB_USEDEP}]
x11-libs/libXrandr[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
@@ -461,6 +462,7 @@ multilib_src_configure() {
$(use_with udev)
$(use_with v4l)
$(use_with X x)
+ $(use_with X xfixes)
$(use_with xcomposite)
$(use_with xinerama)
$(use_with xml)