diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 17:40:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 18:11:43 +0200 |
commit | 3c12325c8144473b38ea16cee494753243a8e552 (patch) | |
tree | 39a4338a893cf34e52f4c03d96e0729536c577ca | |
parent | 4439eda857b8b59385d5b7ee6ee5bcad16466e3b (diff) | |
download | buildroot-3c12325c8144473b38ea16cee494753243a8e552.tar.gz buildroot-3c12325c8144473b38ea16cee494753243a8e552.zip |
package/mesa3d: add explanation for the AUTORECONF = YES
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/mesa3d/mesa3d.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 0d67dcbf1c..d0f231792e 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -10,6 +10,7 @@ MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz MESA3D_SITE = https://mesa.freedesktop.org/archive MESA3D_LICENSE = MIT, SGI, Khronos MESA3D_LICENSE_FILES = docs/license.html +# 0002-configure.ac-invert-order-for-wayland-scanner-check.patch MESA3D_AUTORECONF = YES MESA3D_INSTALL_STAGING = YES |