You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TMP lx_hybrid: remove --static from pkg-config call
Otherwise 'fb_sdl' does not link due to
/bin/ld: cannot find -l/usr/lib/libX11.so: No such file or directory
/bin/ld: cannot find -l/usr/lib/libXext.so: No such file or directory
/bin/ld: cannot find -l/usr/lib/libXcursor.so: No such file or directory
/bin/ld: cannot find -l/usr/lib/libXi.so: No such file or directory
/bin/ld: cannot find -l/usr/lib/libXfixes.so: No such file or directory
/bin/ld: cannot find -l/usr/lib/libXrandr.so: No such file or directory
/bin/ld: cannot find -l/usr/lib/libXss.so: No such file or directory
collect2: error: ld returned 1 exit status
0 commit comments