about summary refs log tree commit diff
path: root/configure
blob: ba1718cdc8d73722dbfc19e23ddc00a58bfeefb4 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu
cflags=$(pkg-config --cflags sdl2)
ldlibs=$(pkg-config --libs sdl2)
cat > config.mk << EOF
CFLAGS += ${cflags}
LDLIBS += ${ldlibs}
EOF
logsubject'>ui-shared: allow remote refs in branch switcherChristian Hesse Signed-off-by: Christian Hesse <mail@eworm.de> 2015-03-14git: update to v2.3.3Christian Hesse Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> 2015-03-13Bump versionJason A. Donenfeld 2015-03-13Remove no-op link from submodule entriesLukas Fleischer