From 5bc16deed453eca511cb0407ad1f072edf8fdef0 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Wed, 27 Mar 2024 11:09:51 +0200 Subject: [PATCH] fix build --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index f52dcef..604c54e 100644 --- a/src/makefile +++ b/src/makefile @@ -117,7 +117,7 @@ endef ifeq ($(os), linux) $(eval $(call ruisapp_rules,opengl,x11)) $(eval $(call ruisapp_rules,opengles,x11)) - $(eval $(call ruisapp_rules,opengl,wayland)) + # $(eval $(call ruisapp_rules,opengl,wayland)) $(eval $(call ruisapp_rules,opengles,wayland)) else $(eval $(call ruisapp_rules,opengl,))