From 38bdbdb0f5356c07f077f238c4e27703e3ff4c1b Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:59:16 +0200 Subject: Plugin header overhaul (#2087) * meson: install headers * Meson/CMake: add pkg-config file for headers * makefile: install headers and pkgconfig * CMake: move protocols to cmake Co-authored-by: Ching Pei Yang --------- Co-authored-by: Mihai Fufezan Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com> --- protocols/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/meson.build b/protocols/meson.build index 09003b7c..e9934d0d 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -47,6 +47,8 @@ foreach p : protocols wl_protos_headers += custom_target( xml.underscorify() + '_server_h', input: xml, + install: true, + install_dir: join_paths(get_option('includedir'), 'hyprland/protocols'), output: '@BASENAME@-protocol.h', command: [wayland_scanner, 'server-header', '@INPUT@', '@OUTPUT@'], ) -- cgit v1.2.3