Skip to content
Snippets Groups Projects

steam-remote: Add a stub steam executable

Merged Ludovico de Nittis requested to merge wip/stub_steam_exec into master
Files
6
+ 11
0
@@ -51,10 +51,21 @@ executable(
@@ -51,10 +51,21 @@ executable(
install_rpath : bin_rpath,
install_rpath : bin_rpath,
)
)
 
executable(
 
'steam-runtime-steam-remote',
 
'steam-remote.c',
 
dependencies : [glib, gio_unix, libglnx_dep, libsteamrt_static_dep],
 
install : true,
 
# Use GLib from the adjacent libdir, ignoring LD_LIBRARY_PATH
 
build_rpath : bin_rpath,
 
install_rpath : bin_rpath,
 
)
 
if get_option('man')
if get_option('man')
foreach bin_name : [
foreach bin_name : [
'check-requirements',
'check-requirements',
'input-monitor',
'input-monitor',
 
'steam-remote',
'system-info',
'system-info',
]
]
custom_target(
custom_target(
Loading