diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-20 08:58:08 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 13:35:19 +0100 |
| commit | 9065b1a0443bf18a1d0fea348ea2ce5905d140ae (patch) | |
| tree | ae3f0634d02533f9c9a26c0be7d89476770e8418 /package/xutil_util-macros | |
| parent | a5ec50b2cc874a2e8a711792d673f0c51b5142b2 (diff) | |
| download | buildroot-9065b1a0443bf18a1d0fea348ea2ce5905d140ae.tar.gz buildroot-9065b1a0443bf18a1d0fea348ea2ce5905d140ae.zip | |
xutil_util-macros: move outside x11r7 scope
Move to baseline package/
It doesn't really require x11r7 infrastructure and is in fact needed by
libepoxy which can be made x11r7-less.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xutil_util-macros')
| -rw-r--r-- | package/xutil_util-macros/Config.in | 4 | ||||
| -rw-r--r-- | package/xutil_util-macros/xutil_util-macros.hash | 2 | ||||
| -rw-r--r-- | package/xutil_util-macros/xutil_util-macros.mk | 17 |
3 files changed, 23 insertions, 0 deletions
diff --git a/package/xutil_util-macros/Config.in b/package/xutil_util-macros/Config.in new file mode 100644 index 0000000000..10b1a59a36 --- /dev/null +++ b/package/xutil_util-macros/Config.in @@ -0,0 +1,4 @@ +config BR2_PACKAGE_XUTIL_UTIL_MACROS + bool "util-macros" + help + No description available diff --git a/package/xutil_util-macros/xutil_util-macros.hash b/package/xutil_util-macros/xutil_util-macros.hash new file mode 100644 index 0000000000..bcb6c585dd --- /dev/null +++ b/package/xutil_util-macros/xutil_util-macros.hash @@ -0,0 +1,2 @@ +# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/2141 +sha256 2835b11829ee634e19fa56517b4cfc52ef39acea0cd82e15f68096e27cbed0ba util-macros-1.19.0.tar.bz2 diff --git a/package/xutil_util-macros/xutil_util-macros.mk b/package/xutil_util-macros/xutil_util-macros.mk new file mode 100644 index 0000000000..1451a0698d --- /dev/null +++ b/package/xutil_util-macros/xutil_util-macros.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# xutil_util-macros +# +################################################################################ + +XUTIL_UTIL_MACROS_VERSION = 1.19.0 +XUTIL_UTIL_MACROS_SOURCE = util-macros-$(XUTIL_UTIL_MACROS_VERSION).tar.bz2 +XUTIL_UTIL_MACROS_SITE = http://xorg.freedesktop.org/releases/individual/util +XUTIL_UTIL_MACROS_LICENSE = MIT +XUTIL_UTIL_MACROS_LICENSE_FILES = COPYING + +XUTIL_UTIL_MACROS_INSTALL_STAGING = YES +XUTIL_UTIL_MACROS_INSTALL_TARGET = NO + +$(eval $(autotools-package)) +$(eval $(host-autotools-package)) |

