diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-27 22:25:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-27 22:25:15 +0200 |
commit | b3f8958f0a1f59729314d26d084d409b6cfed570 (patch) | |
tree | dece70626d6d52d0a23358872440193752ae40d0 /recipes/xorg-lib/libx11-1.2 | |
parent | dc0a87f3d991c9361b69dabe0384b075e1384a77 (diff) |
libx11: add 1.2
Diffstat (limited to 'recipes/xorg-lib/libx11-1.2')
-rw-r--r-- | recipes/xorg-lib/libx11-1.2/x11_disable_makekeys.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libx11-1.2/x11_disable_makekeys.patch b/recipes/xorg-lib/libx11-1.2/x11_disable_makekeys.patch new file mode 100644 index 0000000000..9e9e75ea43 --- /dev/null +++ b/recipes/xorg-lib/libx11-1.2/x11_disable_makekeys.patch @@ -0,0 +1,23 @@ +--- /tmp/Makefile.am 2009-05-27 22:19:39.000000000 +0200 ++++ libX11-1.2/src/util/Makefile.am 2009-05-27 22:21:31.000000000 +0200 +@@ -1,20 +1 @@ +-# $XdotOrg: lib/X11/src/util/Makefile.am,v 1.4 2006-02-19 02:14:12 jamey Exp $ +- +-noinst_PROGRAMS=makekeys +- +-makekeys_CFLAGS=$(X11_CFLAGS) +- +-CC = @CC_FOR_BUILD@ +- + EXTRA_DIST = mkks.sh +- +-if LINT +-# Check source code with tools like lint & sparse +- +-ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ +- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) +- +-lint: +- $(LINT) $(ALL_LINT_FLAGS) makekeys.c +- +-endif LINT |