diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-05-09 05:51:07 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-12 22:17:46 +0200 |
commit | 61232f80607edb09c04124b8bf6076555668b417 (patch) | |
tree | 2014732bd5a5ce54af2f70b485e726d5136df65d /package/pixman | |
parent | 48ac24985c0dcf37c1951da9f7f4d4ae18ee1266 (diff) | |
download | buildroot-novena-61232f80607edb09c04124b8bf6076555668b417.tar.gz buildroot-novena-61232f80607edb09c04124b8bf6076555668b417.zip |
pixman: add license informations
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pixman')
-rw-r--r-- | package/pixman/pixman.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 607f82ef1..c2ee035ff 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -5,6 +5,9 @@ ################################################################################ PIXMAN_VERSION = 0.28.2 PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib +PIXMAN_LICENSE = MIT +PIXMAN_LICENSE_FILES = COPYING + PIXMAN_INSTALL_STAGING = YES PIXMAN_DEPENDENCIES = host-pkgconf # don't build gtk based demos |