diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-05-09 05:51:02 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-12 22:13:36 +0200 |
commit | 0cc701cf735fb2fcfc9f4b682e8748ab3b5e8b25 (patch) | |
tree | d37e6a3fbcfbd813b36256ab10b51af5c900457e /package/x11r7/mesa3d | |
parent | aed08f8bd96971b0e798a99604bd9a66fc5de7a8 (diff) | |
download | buildroot-novena-0cc701cf735fb2fcfc9f4b682e8748ab3b5e8b25.tar.gz buildroot-novena-0cc701cf735fb2fcfc9f4b682e8748ab3b5e8b25.zip |
package/x11r7: add license informations to misc other packages
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/mesa3d')
-rw-r--r-- | package/x11r7/mesa3d/mesa3d.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk index 397dbb291..84f7c3fb5 100644 --- a/package/x11r7/mesa3d/mesa3d.mk +++ b/package/x11r7/mesa3d/mesa3d.mk @@ -7,6 +7,9 @@ MESA3D_VERSION = 7.10.3 MESA3D_SOURCE = MesaLib-$(MESA3D_VERSION).tar.gz MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION) +MESA3D_LICENSE = MIT, SGI, Khronos +MESA3D_LICENSE_FILES = docs/license.html + MESA3D_AUTORECONF = YES MESA3D_INSTALL_STAGING = YES |