Skip to content
Snippets Groups Projects
Commit d7bc6351 authored by Pekka Paalanen's avatar Pekka Paalanen Committed by Kristian Høgsberg
Browse files

shared: build fix for config-parser test


One more wayland-util.h not found issue, triggered by having libwayland
installed to a custom prefix.

Signed-off-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
parent c228e23b
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ TESTS = config-parser-test
check_PROGRAMS = $(TESTS)
config_parser_test_LDADD = $(COMPOSITOR_LIBS)
config_parser_test_CFLAGS = $(COMPOSITOR_CFLAGS)
config_parser_test_SOURCES = \
config-parser.c \
config-parser.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment