summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-25 20:01:40 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-25 20:01:40 +0100
commite691634439cc2dbd0fa992098e02b3b81d40b49f (patch)
treec6b004b6bdd7d01561828a67e2295c645c15ce0d /scripts/genie.lua
parent15cf85a9c454253790c124b40c7e12f5c15f5759 (diff)
Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic]
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua10
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",