libgltf: add boost to DEPENDS

| checking for boost/property_tree/ptree.hpp... no
| configure: error: Required boost headers not found. Install boost >= 1.41.0
| Configure failed. The contents of all config.log files follows to aid debugging
| WARNING: /home/a.mueller/tmp/oe-core-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/libgltf/0.0.2-r0/temp/run.do_configure.14417:1 exit 1 from
|   exit 1
| ERROR: oe_runconf failed
| ERROR: Function failed: do_configure (log file is located at /home/a.mueller/tmp/oe-core-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/libgltf/0.0.2-r0/temp/log.do_conf

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-11-10 11:02:19 +01:00
parent e90d14a077
commit bceaeb2a63

View File

@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706
inherit autotools pkgconfig
DEPENDS = "glew glm"
DEPENDS = "glew glm boost"