Bläddra i källkod

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 år sedan
förälder
incheckning
6dc78823df
1 ändrade filer med 1 tillägg och 0 borttagningar
  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/'