diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-29 23:02:54 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-31 11:06:18 -0800 |
commit | cc7eb45fb5099d64b9c468b24ab5cddbd08834ca (patch) | |
tree | ac4bf6f1bf62ca5f194ca6694e62a96e015e13ed | |
parent | ed9d759b6e2458110bf7464d6bd22431a476e3b7 (diff) | |
download | meta-openembedded-cc7eb45fb5099d64b9c468b24ab5cddbd08834ca.tar.gz |
glfw: Update to latest
Disable docs which needs doxygen
FPIC is needed for arches like aarch64 when building shared objects
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/glfw/glfw_3.3.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb index 0ceeba1f19..0fcf716c8e 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb | |||
@@ -10,11 +10,15 @@ SECTION = "lib" | |||
10 | 10 | ||
11 | inherit pkgconfig cmake features_check | 11 | inherit pkgconfig cmake features_check |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | PV .= "+git${SRCPV}" |
14 | SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" | ||
14 | SRC_URI = "git://github.com/glfw/glfw.git" | 15 | SRC_URI = "git://github.com/glfw/glfw.git" |
15 | SRCREV = "d25248343e248337284dfbe5ecd1eddbd37ae66d" | ||
16 | 16 | ||
17 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" | 17 | S = "${WORKDIR}/git" |
18 | |||
19 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_DOCS=OFF" | ||
20 | |||
21 | CFLAGS += "-fPIC" | ||
18 | 22 | ||
19 | DEPENDS = "libpng libglu zlib libxrandr libxinerama libxi libxcursor" | 23 | DEPENDS = "libpng libglu zlib libxrandr libxinerama libxi libxcursor" |
20 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |