blob: 0d27dd116b05920a7e2d47f75b449b283e611801 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "The OpenGL utility toolkit"
2DESCRIPTION = "GLU is a utility toolkit used with OpenGL implementations"
3
4HOMEPAGE = "http://mesa3d.org"
5BUGTRACKER = "https://bugs.freedesktop.org"
6SECTION = "x11"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://include/GL/glu.h;endline=29;md5=6b79c570f644363b356456e7d44471d9 \
9 file://src/libtess/tess.c;endline=29;md5=6b79c570f644363b356456e7d44471d9"
10
11# Epoch as this used to be part of mesa
12PE = "2"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
Brad Bishop08902b02019-08-20 09:16:51 -040014SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015
Andrew Geissler5f350902021-07-23 13:09:54 -040016SRC_URI[sha256sum] = "24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017
18S = "${WORKDIR}/glu-${PV}"
19
20DEPENDS = "virtual/libgl"
21
Brad Bishop6dbb3162019-11-25 09:41:34 -050022inherit autotools pkgconfig features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023
24# Requires libGL.so which is provided by mesa when x11 in DISTRO_FEATURES
Brad Bishop6e60e8b2018-02-01 10:27:11 -050025REQUIRED_DISTRO_FEATURES = "x11 opengl"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050026
27# Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty
Andrew Geissler615f2f12022-07-15 14:00:58 -050028DEV_PKG_DEPENDENCY = ""