Files
operating-system/buildroot/package/libglu/libglu.mk
Pascal Vizeli 41d3f59002 Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
2019-06-27 11:58:50 +02:00

18 lines
557 B
Makefile

################################################################################
#
# libglu
#
################################################################################
LIBGLU_VERSION = 9.0.0
LIBGLU_SITE = http://cgit.freedesktop.org/mesa/glu/snapshot
LIBGLU_SOURCE = glu-$(LIBGLU_VERSION).tar.gz
LIBGLU_LICENSE = SGI-B-2.0
LIBGLU_LICENSE_FILES = include/GL/glu.h
LIBGLU_INSTALL_STAGING = YES
# upstream does not distribute a autoconf'ed configure script
LIBGLU_AUTORECONF = YES
LIBGLU_DEPENDENCIES = libgl host-pkgconf
$(eval $(autotools-package))