aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-03-03 03:51:53 -0800
committerKhem Raj <raj.khem@gmail.com>2020-03-02 22:46:06 -0800
commitb0f1782beec5ed7256c37269c99ce2f4309cbba5 (patch)
tree6d0ae8ae8ee1a6d7ed0436982f4091b45968f286 /meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb
parenta792391b0cbc1cdef85f395302e4ecc9a4ba4eef (diff)
downloadmeta-openembedded-contrib-b0f1782beec5ed7256c37269c99ce2f4309cbba5.tar.gz
freeglut: upgrade 3.0.0 -> 3.2.1
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb')
-rw-r--r--meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb b/meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb
new file mode 100644
index 0000000000..851641c083
--- /dev/null
+++ b/meta-oe/recipes-graphics/freeglut/freeglut_3.2.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "FreeGLUT is a free-software/open-source alternative to the OpenGL \
+ Utility Toolkit (GLUT) library"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=89c0b58a3e01ce3d8254c9f59e78adfb"
+
+SRC_URI = "https://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "cd5c670c1086358598a6d4a9d166949d"
+SRC_URI[sha256sum] = "d4000e02102acaf259998c870e25214739d1f16f67f99cb35e4f46841399da68"
+
+inherit cmake features_check
+
+# depends on virtual/libx11, virtual/libgl
+REQUIRED_DISTRO_FEATURES = "x11 opengl"
+
+PROVIDES += "mesa-glut"
+
+DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu libxrandr"