diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:53:14 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:53:14 +0000 |
| commit | 8e98e1f211632640a829df478399fd8fe5039088 (patch) | |
| tree | 543c619afafa0d0f81932585693cc79bc6b3d2c5 /meta/packages/xorg-lib/libx11-git/x11_disable_makekeys.patch | |
| parent | 13a115a1885b7f91437de0ad890996dd281f352e (diff) | |
| download | poky-8e98e1f211632640a829df478399fd8fe5039088.tar.gz | |
libx11-diet: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5500 311d38ba-8fff-0310-9ca6-ca027cbcb966
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.patch | 27 |
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 | ||
