diff --git a/Makefile b/Makefile index d07ca09f..be237cd9 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ help: ## Show this help. .PHONY: run run: ## Launch the Flutter desktop app. - LD_LIBRARY_PATH=$(CURDIR)/native/linux-x64$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH} flutter run -d linux + GDK_BACKEND=x11 LD_LIBRARY_PATH=$(CURDIR)/native/linux-x64$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH} flutter run -d linux .PHONY: pubget pubget: ## flutter pub get.