Message ID | 20250710111827.2550131-2-f_l_k@t-online.de |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/4] glm: allow to build wih cmake 4 | expand |
diff --git a/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb b/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb index 2cd00b0349..069f0f43f6 100644 --- a/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb +++ b/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb @@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "3c0bcb915d9b180a97edaebd011b7a1de54583a838644dcd42bb0ea0c6 inherit cmake features_check pkgconfig +EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + # depends on virtual/libgl and libxi REQUIRED_DISTRO_FEATURES = "opengl x11"
Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb | 2 ++ 1 file changed, 2 insertions(+)