From ddf06a05ad32118854136f9ad0bc2a38f41e6430 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 17 Oct 2017 15:02:58 -0700 Subject: meson: move wayland_drm_protocol generation to wayland-drm These files are needed by both vulkan wayland-wsi and by egl wayland-wsi, since the XML file is in src/egl/wayland/wayland-drm and we can include this directory in such a way that it will be loaded before egl and vulkan this allows us to avoid multiple calls to the same generator. Signed-off-by: Dylan Baker Reviewed-and-Tested-by: Eric Engestrom --- src/vulkan/wsi/meson.build | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/vulkan') diff --git a/src/vulkan/wsi/meson.build b/src/vulkan/wsi/meson.build index c42af8e4cde..3aa02d5e63f 100644 --- a/src/vulkan/wsi/meson.build +++ b/src/vulkan/wsi/meson.build @@ -18,20 +18,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -wayland_drm_protocol_c = custom_target( - 'wayland-drm-protocol.c', - input : wayland_drm_xml, - output : 'wayland-drm-protocol.c', - command : [prog_wl_scanner, 'code', '@INPUT@', '@OUTPUT@'], -) - -wayland_drm_client_protocol_h = custom_target( - 'wayland-drm-client-protocol.h', - input : wayland_drm_xml, - output : 'wayland-drm-client-protocol.h', - command : [prog_wl_scanner, 'client-header', '@INPUT@', '@OUTPUT@'], -) - vulkan_wsi_args = [] vulkan_wsi_deps = [] -- cgit v1.2.3