From 44eaa6254cc33b95d2438a3ade91bc390abccb48 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 29 Jun 2026 17:36:28 -0700 Subject: [PATCH] add missed -tags x11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf26ca8..7366b51 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ package_windows: fyne package -os windows -tags migrated_fynedo package_linux: - fyne package -os linux -tags migrated_fynedo + fyne package -os linux -tags migrated_fynedo,x11 .PHONY: lint lint: