weston/libweston/backend-drm
Pekka Paalanen 4f5e360180 build: simplify include_directories
Define common_inc which includes both public_inc and the project root directory.
The project root directory will allow access to config.h and all the shared/
headers.

Replacing all custom '.', '..', '../..', '../shared' etc. include paths with
common_inc reduces clutter in the target definitions and enforces the common
 #include directive style, as e.g. including shared/ headers without the
subdirectory name no longer works.

Unfortunately this does not prevent one from using private libweston headers
with the usual include pattern for public headers.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2019-10-04 17:14:22 +03:00
..
drm-internal.h backend-drm: Add support for content-protection 2019-08-26 16:18:22 +05:30
drm.c Unify the include style of shared/ headers 2019-10-04 16:04:48 +03:00
fb.c backend-drm: Enforce content protection for hardware planes 2019-08-23 20:51:43 +00:00
kms.c backend-drm: Check for HDCP Content Type property before setting 2019-08-30 19:46:04 +05:30
libbacklight.c backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
libbacklight.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
meson.build build: simplify include_directories 2019-10-04 17:14:22 +03:00
modes.c compositor-drm: Move mode handling to separate file 2019-06-26 23:08:36 +01:00
state-helpers.c backend-drm: Add support for content-protection 2019-08-26 16:18:22 +05:30
state-propose.c backend-drm: Add support for content-protection 2019-08-26 16:18:22 +05:30
vaapi-recorder.c backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
vaapi-recorder.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00