From 807bb6ffbf6560c35c887f698670b4e73a15f46f Mon Sep 17 00:00:00 2001 From: looooo Date: Sun, 26 Jan 2025 19:25:48 +0100 Subject: [PATCH] add libgl for linux --- recipes/librecad/recipe.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/librecad/recipe.yaml b/recipes/librecad/recipe.yaml index 7262b79f367c2..6c8d742ddc553 100644 --- a/recipes/librecad/recipe.yaml +++ b/recipes/librecad/recipe.yaml @@ -20,6 +20,10 @@ requirements: - cmake - ninja host: + if: linux + then: + - libgl-devel + - libegl-devel - qt6-main - libboost-devel - freetype