Mesa (master): util: Add cnd_monotonic to Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 8 19:41:50 UTC 2020


Module: Mesa
Branch: master
Commit: 445b4d13bde1a00546c41fe82745cde4446d9f7d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=445b4d13bde1a00546c41fe82745cde4446d9f7d

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Dec  7 19:39:57 2020 -0800

util: Add cnd_monotonic to Makefile.sources

Fixes: 33a78948283 ("util,radv: Cross-platform monotonic condition variable")
Acked-by: Tapani Pälli <tapani.palli at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7980>

---

 src/util/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index ac41e0ce544..2ea1e0cf68d 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -9,6 +9,7 @@ MESA_UTIL_FILES := \
 	blob.h \
 	build_id.c \
 	build_id.h \
+	cnd_monotonic.h \
 	compiler.h \
 	crc32.c \
 	crc32.h \



More information about the mesa-commit mailing list