File test_camera_include_fix.patch of Package libhybris
From f4a5a3d9fa94478efee6b10ed1ced0455ff4c9bb Mon Sep 17 00:00:00 2001 From: TheKit <nekit1000@gmail.com> Date: Sun, 23 Aug 2020 01:56:01 +0300 Subject: [PATCH] Fix test_camera.cpp missing include path for wayland-client.h --- hybris/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/hybris/tests/Makefile.am b/hybris/tests/Makefile.am index 9521ae4..d06b353 100644 --- a/hybris/tests/Makefile.am +++ b/hybris/tests/Makefile.am @@ -218,6 +218,7 @@ test_camera_SOURCES = test_camera.cpp test_common.cpp test_camera_CXXFLAGS = \ -I$(top_srcdir)/include \ $(ANDROID_HEADERS_CFLAGS) \ + $(WAYLAND_CLIENT_CFLAGS) \ -I$(top_srcdir)/common \ -I$(top_srcdir)/egl/platforms/common \ -I$(top_srcdir)/egl/platforms/hwcomposer \ -- 2.25.1