diff options
author | 2016-01-25 20:01:40 +0100 | |
---|---|---|
committer | 2016-01-25 20:01:40 +0100 | |
commit | e691634439cc2dbd0fa992098e02b3b81d40b49f (patch) | |
tree | c6b004b6bdd7d01561828a67e2295c645c15ce0d /scripts/genie.lua | |
parent | 15cf85a9c454253790c124b40c7e12f5c15f5759 (diff) |
Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic]
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index cc34fb8c18d..2fcfb323653 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -108,6 +108,7 @@ newoption { { "os2", "OS/2 eComStation" }, { "haiku", "Haiku" }, { "solaris", "Solaris SunOS" }, + { "steamlink", "Steam Link" }, }, } @@ -1052,6 +1053,15 @@ configuration { "linux-*" } end + +configuration { "steamlink" } + links { + "dl", + } + defines { + "EGL_API_FB", + } + configuration { "osx*" } links { "pthread", |