diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-git/x11_disable_makekeys.patch')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-git/x11_disable_makekeys.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-git/x11_disable_makekeys.patch b/meta/recipes-graphics/xorg-lib/libx11-git/x11_disable_makekeys.patch deleted file mode 100644 index 5dc6f06689..0000000000 --- a/meta/recipes-graphics/xorg-lib/libx11-git/x11_disable_makekeys.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | --- | ||
| 4 | src/util/Makefile.am | 17 ----------------- | ||
| 5 | 1 file changed, 17 deletions(-) | ||
| 6 | |||
| 7 | Index: git/src/util/Makefile.am | ||
| 8 | =================================================================== | ||
| 9 | --- git.orig/src/util/Makefile.am 2010-01-28 22:24:29.000000000 +0000 | ||
| 10 | +++ git/src/util/Makefile.am 2010-01-28 22:29:26.000000000 +0000 | ||
| 11 | @@ -1,19 +1,2 @@ | ||
| 12 | |||
| 13 | -noinst_PROGRAMS=makekeys | ||
| 14 | |||
| 15 | -makekeys_CFLAGS=$(X11_CFLAGS) | ||
| 16 | - | ||
| 17 | -CC = @CC_FOR_BUILD@ | ||
| 18 | - | ||
| 19 | -EXTRA_DIST = mkks.sh | ||
| 20 | - | ||
| 21 | -if LINT | ||
| 22 | -# Check source code with tools like lint & sparse | ||
| 23 | - | ||
| 24 | -ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | ||
| 25 | - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) | ||
| 26 | - | ||
| 27 | -lint: | ||
| 28 | - $(LINT) $(ALL_LINT_FLAGS) makekeys.c | ||
| 29 | - | ||
| 30 | -endif LINT | ||
