From: Bernd Kuhls Date: Sat, 10 Jun 2017 11:53:47 +0000 (+0200) Subject: package/mesa3d: add optional support for libunwind X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=732268f2a1adafcefb943c458e93470174c14472;p=buildroot.git package/mesa3d: add optional support for libunwind Added by commit https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.1&id=70c272004f727457e852ba5f2498754b07a7d995 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index f20d4398b3..2884063526 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -189,6 +189,13 @@ else MESA3D_CONF_OPTS += --disable-xvmc endif +ifeq ($(BR2_PACKAGE_LIBUNWIND),y) +MESA3D_CONF_OPTS += --enable-libunwind +MESA3D_DEPENDENCIES += libunwind +else +MESA3D_CONF_OPTS += --disable-libunwind +endif + ifeq ($(BR2_PACKAGE_LIBVDPAU),y) MESA3D_DEPENDENCIES += libvdpau MESA3D_CONF_OPTS += --enable-vdpau