From 6259561fc77e9ca9d41843fc48e084c8beee9bd5 Mon Sep 17 00:00:00 2001 From: slidey-wotter <70292567+slidey-wotter@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:59:58 -0300 Subject: [PATCH] Add VST support for Gentoo linux (#7665) Gentoo wine uses the eselect system; support /etc/eselect/wine/bin --- cmake/modules/FindWine.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/modules/FindWine.cmake b/cmake/modules/FindWine.cmake index 19a0cffbb..eeef8d9c2 100644 --- a/cmake/modules/FindWine.cmake +++ b/cmake/modules/FindWine.cmake @@ -35,6 +35,8 @@ list(APPEND WINE_LOCATIONS /opt/wine-staging /opt/wine-devel /opt/wine-stable + # Gentoo Systems + /etc/eselect/wine /usr/lib/wine) # Prepare bin search