diff --git a/steam-runtime-tools/meson.build b/steam-runtime-tools/meson.build index 179ce5b663af97fcc9ac0a49cc9dcd9677fccfbd..df72a1258b4e984e855449486cf7311b6a2c3cb2 100644 --- a/steam-runtime-tools/meson.build +++ b/steam-runtime-tools/meson.build @@ -77,6 +77,7 @@ pkg.generate( libsteamrt_dep = declare_dependency( include_directories : project_include_dirs, link_with : libsteamrt, + sources : libsteamrt_public_headers + [enums[1]], ) if get_option('introspection')