diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-04-02 19:50:29 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-02 23:06:24 +0200 |
| commit | 3284e1e2b4984ac487e04d0d826a49351dc0fc38 (patch) | |
| tree | 07859086e49dadffd9977bb17fd2f066ca0c692d /package/libdrm | |
| parent | 658bf79aeb6e00f8d8ded65395d4dfb1566c564e (diff) | |
| download | buildroot-3284e1e2b4984ac487e04d0d826a49351dc0fc38.tar.gz buildroot-3284e1e2b4984ac487e04d0d826a49351dc0fc38.zip | |
package/libdrm: fix autoreconf
To properly autoreconf, the xorg macros, from host-xutil_util-macros,
are needed.
Fixes:
http://autobuild.buildroot.org/results/2e8/2e887c25b22bd36eab36ff361645306c8ddb79aa/
http://autobuild.buildroot.org/results/7c0/7c0050d63a1d34eecb6d16e2654369cea561707a/
http://autobuild.buildroot.org/results/2ef/2ef3d6d74c56632c012b85e05af6eaf0259b72c9/
[...]
(Thanks Romain for confirming the fix on IRC! ;-) )
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libdrm')
| -rw-r--r-- | package/libdrm/libdrm.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk index 875d3cc4a1..8223262d03 100644 --- a/package/libdrm/libdrm.mk +++ b/package/libdrm/libdrm.mk @@ -15,7 +15,8 @@ LIBDRM_INSTALL_STAGING = YES LIBDRM_DEPENDENCIES = \ libpthread-stubs \ - host-pkgconf + host-pkgconf \ + host-xutil_util-macros LIBDRM_CONF_OPTS = \ --disable-cairo-tests \ |

