summaryrefslogtreecommitdiffstats
path: root/package/linuxconsoletools/0002-sdl-config.patch
diff options
context:
space:
mode:
authorKoen Martens <gmc@sonologic.nl>2017-06-19 18:55:06 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-19 21:42:54 +0200
commit9d274324de74d0b9ea58d88f1807184879a7b615 (patch)
tree05126c8c1fa9d34196cd525fa89012464519996e /package/linuxconsoletools/0002-sdl-config.patch
parent6a20a98f4b5e576b7c3dc844951b0153963b739a (diff)
downloadbuildroot-9d274324de74d0b9ea58d88f1807184879a7b615.tar.gz
buildroot-9d274324de74d0b9ea58d88f1807184879a7b615.zip
linuxconsoletools: new package
Linuxconsoletools contains the inputattach utility to attach legacy serial devices to the Linux kernel input layer and joystick utilities to calibrate and test joysticks and joypads. The buildroot package adds options to build only certain tools. website: http://sf.net/projects/linuxconsole/ Signed-off-by: Koen Martens <gmc@sonologic.nl> [Thomas: minor tweaks to Config.in and .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/linuxconsoletools/0002-sdl-config.patch')
-rw-r--r--package/linuxconsoletools/0002-sdl-config.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/linuxconsoletools/0002-sdl-config.patch b/package/linuxconsoletools/0002-sdl-config.patch
new file mode 100644
index 0000000000..c19c274a83
--- /dev/null
+++ b/package/linuxconsoletools/0002-sdl-config.patch
@@ -0,0 +1,20 @@
+Specify sdl-config to use instead of using host sdl-config.
+
+Signed-off-by: Koen Martens <gmc@sonologic.nl>
+
+diff -Naur a/utils/Makefile b/utils/Makefile
+--- a/utils/Makefile 2017-06-16 18:48:28.402824790 +0200
++++ b/utils/Makefile 2017-06-16 18:48:53.898696647 +0200
+@@ -69,10 +69,10 @@
+ $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $^ $(LDFLAGS) -lm -o $@
+
+ ffmvforce.o: ffmvforce.c
+- $(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -o $@ `sdl-config --cflags`
++ $(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -o $@ `${SDL_CONFIG} --cflags`
+
+ ffmvforce: ffmvforce.o
+- $(CC) $^ -o $@ $(LDFLAGS) -g -lm `sdl-config --libs`
++ $(CC) $^ -o $@ $(LDFLAGS) -g -lm `${SDL_CONFIG} --libs`
+
+ axbtnmap.o: axbtnmap.c axbtnmap.h
+
OpenPOWER on IntegriCloud