Browse Source

meson: install headers into pkg specific directory

Reuse the location which automake uses.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
pull/199/head
Olaf Hering 2 months ago
committed by Steve Lhomme
parent
commit
6aa298e1da
  1. 4
      include/meson.build

4
include/meson.build

@ -14,7 +14,7 @@ install_headers(
'vlc/libvlc_renderer_discoverer.h',
'vlc/libvlc_version.h',
'vlc/libvlc_video.h',
subdir: 'vlc')
subdir: vlc_pkg_suffix)
# Install VLC plugin headers
install_headers(
@ -120,4 +120,4 @@ install_headers(
'vlc_window.h',
'vlc_xlib.h',
'vlc_xml.h',
subdir: 'vlc/plugins')
subdir: vlc_pkg_suffix / 'plugins')

Loading…
Cancel
Save