summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch')
-rw-r--r--meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch b/meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch
new file mode 100644
index 0000000000..92bec975f5
--- /dev/null
+++ b/meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch
@@ -0,0 +1,27 @@
1---
2 src/util/Makefile.am | 17 -----------------
3 1 file changed, 17 deletions(-)
4
5--- git.orig/src/util/Makefile.am
6+++ git/src/util/Makefile.am
7@@ -1,20 +1,3 @@
8 # $XdotOrg: lib/X11/src/util/Makefile.am,v 1.4 2006-02-19 02:14:12 jamey Exp $
9
10-noinst_PROGRAMS=makekeys
11-
12-makekeys_CFLAGS=$(X11_CFLAGS)
13-
14-CC = @CC_FOR_BUILD@
15-
16 EXTRA_DIST = mkks.sh
17-
18-if LINT
19-# Check source code with tools like lint & sparse
20-
21-ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
22- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
23-
24-lint:
25- $(LINT) $(ALL_LINT_FLAGS) makekeys.c
26-
27-endif LINT