From 678f1d60e98cb76d2e59b3a6e31f26e353453a63 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 5 Sep 2017 14:36:19 +0200 Subject: meson: Use static libs to handle IGT_LOG_DOMAIN. It means that compiler errors in the .c files take you to the source place in your editor, not a preprocessed temporary. v2: Add the library deps, fails linking otherwise. Signed-off-by: Eric Anholt (v1) Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- lib/dummy.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/dummy.c (limited to 'lib/dummy.c') diff --git a/lib/dummy.c b/lib/dummy.c new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3