summaryrefslogtreecommitdiff
path: root/cursor.hpp
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-10-05 19:26:28 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-10-05 19:26:28 +0200
commit226f961c4b7fef115ae2c7950abe0e1973efc6a4 (patch)
tree2a8ebbfd6418192ebbd2d41344e547e767fbd64d /cursor.hpp
parent2c02e0ce409ee4fbc376698cd572c823aad211ed (diff)
Call qmake-qt4 instead of qmake (Closes: #500380)
Diffstat (limited to 'cursor.hpp')
0 files changed, 0 insertions, 0 deletions
t5191d88acc688743eef56f1c598a4e4cddf6c6cd (diff)
Input: synaptics-rmi4 - fix F03 build error when serio is module
Since F03 is a boolean, "depends" on symbols that can be modules do not work quite right. We can enable F03 if SERIO is built-in or if both RMI core and SERIO core are modules. If SERIO core is module, but RMI is built-in, we'll get: drivers/built-in.o: In function `rmi_f03_attention': rmi_f03.c:(.text+0xf8ef8): undefined reference to `serio_interrupt' rmi_f03.c:(.text+0xf8fbd): undefined reference to `serio_interrupt' drivers/built-in.o: In function `rmi_f03_remove': rmi_f03.c:(.text+0xf9082): undefined reference to `serio_unregister_port' drivers/built-in.o: In function `rmi_f03_probe': rmi_f03.c:(.text+0xf9260): undefined reference to `__serio_register_port' Reported-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/media/uapi')