diff options
author | Emil Velikov <[email protected]> | 2017-09-07 17:58:02 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-09-19 19:02:34 +0100 |
commit | 191402c0afc8fb15b47931b0461efd885c8dd4e0 (patch) | |
tree | 575d15c669c547c8ca256052bd6b270cd01b8a64 /src/Makefile.am | |
parent | 2785090a2ae9d959ce87e40629281a8079fd2f49 (diff) |
automake: adjust wayland-drm comment
Vulkan does not depend on the library or any of the objects
created in the process.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7ca3c0a12d9..2d732ea87f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,7 +64,7 @@ endif # include only conditionally ? SUBDIRS += compiler -## Optionally required by GBM, EGL and Vulkan +## Optionally required by GBM, EGL if HAVE_PLATFORM_WAYLAND SUBDIRS += egl/wayland/wayland-drm endif |