From 6c7720102ada3621fc2b3e034d2cc83c28f0424f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 16 Mar 2019 14:28:12 +0100 Subject: [PATCH] libgltf: fix build after recent update of glm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-filter/libgltf/libgltf_0.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-filter/libgltf/libgltf_0.0.2.bb b/recipes-filter/libgltf/libgltf_0.0.2.bb index aed66a6..fd26b4c 100644 --- a/recipes-filter/libgltf/libgltf_0.0.2.bb +++ b/recipes-filter/libgltf/libgltf_0.0.2.bb @@ -12,4 +12,6 @@ SRC_URI[sha256sum] = "d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706 inherit autotools pkgconfig +CXXFLAGS += "-DGLM_ENABLE_EXPERIMENTAL=1" + DEPENDS = "glew glm boost"