Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491644 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-16 / +1 lines)
Lines 12-17 Link Here
12
# Source:
13
# http://www.opengl.org/registry/api/glext.h
14
# http://www.opengl.org/registry/api/glxext.h
15
GLEXT="85"
16
GLXEXT="34"
17
Lines 19-21 Link Here
19
SRC_URI="${MIRROR}/glext.h.${GLEXT}.xz
13
SRC_URI="${MIRROR}/${P}.tar.xz"
20
	${MIRROR}/glxext.h.${GLXEXT}.xz
21
	${MIRROR}/${P}.tar.xz"
22
--
Lines 51-56 Link Here
51
52
	# Install global glext.h and glxext.h
53
	insinto "/usr/$(get_libdir)/opengl/global/include/GL/"
54
	cd "${WORKDIR}"
55
	newins glext.h.${GLEXT} glext.h
56
	newins glxext.h.${GLXEXT} glxext.h

Return to bug 491644