build errer with tslib
Glenn McGrath <[email protected]> Tue, 4 May 2004 09:54:13 +1000
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Attached is a patch to fix a build error whe ncompiling with tslib support, a variable wasnt set, i just changed it to be like the other MAkefile.am's :) _______________________________________________ xserver mailing list [email protected] http://freedesktop.org/mailman/listinfo/xserver
hw_kdrive_fake_makefile.am.patch
(text/plain, 281 B)
--- a/xserver/hw/kdrive/fake/Makefile.am 2004-04-28 17:26:46.000000000 +1000 +++ b/xserver/hw/kdrive/fake/Makefile.am 2004-05-03 16:13:13.000000000 +1000 @@ -6,6 +6,10 @@ bin_PROGRAMS = Xfake +if TSLIB +TSLIB_FLAG = -lts +endif + libfake_a_SOURCES = \ fake.c \ kbd.c \