diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-04-19 16:06:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:23 +0100 |
commit | 87ad1ed42066e8ecfd96a11265e022ebd42e2fbe (patch) | |
tree | 8e21ae3245c64e4f45fcc5cd6fe3a48035b51373 /meta/recipes-graphics/xorg-util/util-macros/xaw.patch | |
parent | 59bf8136e18b4aef54735de797bc3fbc40cbf48a (diff) | |
download | poky-87ad1ed42066e8ecfd96a11265e022ebd42e2fbe.tar.gz |
util-macros: upgrade from 1.11.0 to 1.13.0
removed xaw.patch since it's not used by any recipe now.
(From OE-Core rev: 93e699efd90a11677d32434f9c41fe08c25f0160)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util/util-macros/xaw.patch')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros/xaw.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros/xaw.patch b/meta/recipes-graphics/xorg-util/util-macros/xaw.patch deleted file mode 100644 index 8b39869cc1..0000000000 --- a/meta/recipes-graphics/xorg-util/util-macros/xaw.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Index: util-macros-1.2.1/xorg-macros.m4.in | ||
2 | =================================================================== | ||
3 | --- util-macros-1.2.1.orig/xorg-macros.m4.in 2009-01-15 13:49:56.000000000 +0000 | ||
4 | +++ util-macros-1.2.1/xorg-macros.m4.in 2009-01-15 13:52:22.000000000 +0000 | ||
5 | @@ -456,3 +456,9 @@ | ||
6 | fi | ||
7 | AC_SUBST(CWARNFLAGS) | ||
8 | ]) # XORG_CWARNFLAGS | ||
9 | + | ||
10 | +AC_DEFUN([XAW_CHECK_XPRINT_SUPPORT], [ | ||
11 | +PKG_CHECK_MODULES(TMP_XAW, xaw7) | ||
12 | +$1_CFLAGS=$TMP_XAW_CFLAGS | ||
13 | +$1_LIBS=$TMP_XAW_LIBS | ||
14 | +]) | ||