瀏覽代碼

Meson: add missing include subdir

Make sure pkg-config --cflags output contains ${PREFIX}/include/openhmd,
which is where openhmd.h is installed.
Philipp Zabel 7 年之前
父節點
當前提交
6dc78823df
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      meson.build

+ 1 - 0
meson.build

@@ -121,6 +121,7 @@ if get_option('default_library') == 'shared'
 		name : 'openhmd',
 		description : 'API and drivers for immersive technology devices such as HMDs',
 		version : meson.project_version(),
+		subdirs : 'openhmd',
 		requires : hidapi,
 		libraries : openhmd_lib,
 		url : 'http://www.openhmd.net/'