summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:50:09 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:50:09 +0200
commit1a79bb82b120f1710ef326546b1046edd5a44c6a (patch)
treeeb7fac88dc0e94850b0af02dc206a7af8d7f5fc1 /scripts/genie.lua
parent60aed0ed6b8f5fcca97b5f99232c0d900284bb23 (diff)
rpi target was not used, but regular linux one anyway
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua17
1 files changed, 1 insertions, 16 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index e76a2c1c3d1..d1d7cebb883 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -150,7 +150,6 @@ newoption {
{ "windows", "Windows" },
{ "haiku", "Haiku" },
{ "solaris", "Solaris SunOS" },
- { "rpi", "Raspberry Pi" },
},
}
@@ -1223,7 +1222,7 @@ configuration { "android-arm64" }
"-Wno-asm-operand-widths",
}
-configuration { "linux-* or rpi"}
+configuration { "linux-*"}
links {
"dl",
"rt",
@@ -1237,20 +1236,6 @@ configuration { "linux-* or rpi"}
-configuration { "rpi" }
- links {
- "SDL2",
- "fontconfig",
- "X11",
- "GLESv2",
- "EGL",
- "bcm_host",
- "vcos",
- "vchiq_arm",
- "pthread",
- }
-
-
configuration { "osx* or xcode4" }
links {
"pthread",