diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 17 |
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", |