summaryrefslogtreecommitdiffhomepage
path: root/src/external/glfw/README.md
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2019-05-04 22:19:09 +0200
committerAhmad Fatoum <[email protected]>2019-12-05 00:29:24 +0100
commit2a64aa2abdb1ee907082f7c09caf7888f120ce45 (patch)
tree471b26ecb5845733c817e546f16504b7ccf73390 /src/external/glfw/README.md
parentf976b03a4f75973031130ef217e2ea8fce2c1630 (diff)
downloadraylib-2a64aa2abdb1ee907082f7c09caf7888f120ce45.tar.gz
raylib-2a64aa2abdb1ee907082f7c09caf7888f120ce45.zip
external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS}
We were doing this before, but it was deleted during the last GLFW update. Readd it to fix the associated macOS CI failure. Fixes: ea5cd42e6 ("Update GLFW to version 3.4")
Diffstat (limited to 'src/external/glfw/README.md')
-rw-r--r--src/external/glfw/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/external/glfw/README.md b/src/external/glfw/README.md
index daa1be9c..8b849f1a 100644
--- a/src/external/glfw/README.md
+++ b/src/external/glfw/README.md
@@ -146,6 +146,10 @@ information on what to include when reporting a bug.
- [X11] Bugfix: Content scale fallback value could be inconsistent (#1578)
- [Wayland] Bugfix: The `GLFW_HAND_CURSOR` shape used the wrong image (#1432)
- [NSGL] Removed enforcement of forward-compatible flag for core contexts
+ - Export CMake `GLFW_PKG_DEPS` and `GLFW_PKG_LIBS` to parent scope for use
+ in client pkg-configs (#1307)
+- Added a `glfw_objlib` CMake OBJECT library target for embedding into static
+ libraries (#1307)
## Contact