mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
18 lines
558 B
Makefile
18 lines
558 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))
|