diff --git a/internal/ui/ui_glfw_unix.go b/internal/ui/ui_glfw_linbsd.go similarity index 98% rename from internal/ui/ui_glfw_unix.go rename to internal/ui/ui_glfw_linbsd.go index ed60d5422..226649255 100644 --- a/internal/ui/ui_glfw_unix.go +++ b/internal/ui/ui_glfw_linbsd.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !android && !darwin && !js && !windows && !nintendosdk +//go:build (freebsd || (linux && !android) || netbsd || openbsd) && !nintendosdk package ui