summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_appres
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-09 05:50:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-12 22:12:04 +0200
commit5b0c6f024cc62d6d9a2fb18bb05d09ad71da1ed0 (patch)
tree82dfe5de4d98508baba26f007f3007a02b906b87 /package/x11r7/xapp_appres
parent1c0d1949c69f24518de63921b00130e9ae1082c0 (diff)
downloadbuildroot-novena-5b0c6f024cc62d6d9a2fb18bb05d09ad71da1ed0.tar.gz
buildroot-novena-5b0c6f024cc62d6d9a2fb18bb05d09ad71da1ed0.zip
package/x11r7: add license informations to xapp_* packages
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xapp_appres')
-rw-r--r--package/x11r7/xapp_appres/xapp_appres.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/x11r7/xapp_appres/xapp_appres.mk b/package/x11r7/xapp_appres/xapp_appres.mk
index 77b25463e..c9d7fe9cd 100644
--- a/package/x11r7/xapp_appres/xapp_appres.mk
+++ b/package/x11r7/xapp_appres/xapp_appres.mk
@@ -7,6 +7,8 @@
XAPP_APPRES_VERSION = 1.0.1
XAPP_APPRES_SOURCE = appres-$(XAPP_APPRES_VERSION).tar.bz2
XAPP_APPRES_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_APPRES_LICENSE = MIT
+XAPP_APPRES_LICENSE_FILES = COPYING
XAPP_APPRES_DEPENDENCIES = xlib_libX11 xlib_libXt
$(eval $(autotools-package))