Navigation Menu

Skip to content

Commit

Permalink
Ship SDL2 with the project until we can count on the fixes being wide…
Browse files Browse the repository at this point in the history
…ly available.
  • Loading branch information
icculus committed Mar 3, 2019
1 parent c35d327 commit a66595f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
@@ -1,3 +1,4 @@
#!/bin/bash

gcc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -Wall -Os -o marquee-displaydaemon marquee-displaydaemon.c `sdl2-config --cflags --libs` `pkg-config --cflags --libs dbus-1 libevdev` -lm
gcc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -Wall -Os -o marquee-displaydaemon marquee-displaydaemon.c `sdl2-config --cflags` `pkg-config --cflags --libs dbus-1 libevdev` -lm -Wl,-rpath,\$ORIGIN ./libSDL2-2.0.so.0

Binary file added libSDL2-2.0.so.0
Binary file not shown.

0 comments on commit a66595f

Please sign in to comment.