diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-07-10 13:18:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-10 10:46:23 -0700 |
commit | 0f4926c4b4d3737461c725a0ef0592ea3945d294 (patch) | |
tree | 0df36c67462256957cf83a829d07e4faf1e3288a | |
parent | 222064c3ad41130703708455820aedd3deeb372f (diff) | |
download | meta-openembedded-0f4926c4b4d3737461c725a0ef0592ea3945d294.tar.gz |
freeglut: allow to build with cmake 4
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
8 | 8 | ||
9 | inherit cmake features_check pkgconfig | 9 | inherit cmake features_check pkgconfig |
10 | 10 | ||
11 | EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" | ||
12 | |||
11 | # depends on virtual/libgl and libxi | 13 | # depends on virtual/libgl and libxi |
12 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 14 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
13 | 15 | ||