summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 0a7c79d5825..ff6872a5f36 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -114,6 +114,7 @@ newoption {
{ "haiku", "Haiku" },
{ "solaris", "Solaris SunOS" },
{ "steamlink", "Steam Link" },
+ { "rpi", "Raspberry Pi" },
},
}
@@ -1098,7 +1099,7 @@ configuration { "pnacl" }
}
archivesplit_size "20"
-configuration { "linux-*" }
+configuration { "linux-* or rpi"}
links {
"dl",
"rt",
@@ -1123,6 +1124,12 @@ configuration { "steamlink" }
"EGL_API_FB",
}
+configuration { "rpi" }
+ links {
+ "SDL2",
+ "fontconfig",
+ }
+
configuration { "osx* or xcode4" }
links {
"pthread",