diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-15 15:27:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-15 15:27:11 +0000 |
commit | 29fd4733fdfe89d712bc555a63d85c2b15c5760f (patch) | |
tree | ae032cd573d5a4459526b56c3a91a0da309dd041 /meta/packages/xorg-util/util-macros | |
parent | b10b195b8ceabbb3f2ac1620ac4663792978b9ff (diff) | |
download | poky-29fd4733fdfe89d712bc555a63d85c2b15c5760f.tar.gz |
util-macros: Add hack for the loss of the xaw.m4 file until xorg-apps are released which don't use it
Diffstat (limited to 'meta/packages/xorg-util/util-macros')
-rw-r--r-- | meta/packages/xorg-util/util-macros/xaw.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/xorg-util/util-macros/xaw.patch b/meta/packages/xorg-util/util-macros/xaw.patch new file mode 100644 index 0000000000..8b39869cc1 --- /dev/null +++ b/meta/packages/xorg-util/util-macros/xaw.patch | |||
@@ -0,0 +1,14 @@ | |||
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 | +]) | ||