aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/util-macros/xaw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-util/util-macros/xaw.patch')
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros/xaw.patch14
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 @@
-Index: util-macros-1.2.1/xorg-macros.m4.in
-===================================================================
---- util-macros-1.2.1.orig/xorg-macros.m4.in 2009-01-15 13:49:56.000000000 +0000
-+++ util-macros-1.2.1/xorg-macros.m4.in 2009-01-15 13:52:22.000000000 +0000
-@@ -456,3 +456,9 @@
- fi
- AC_SUBST(CWARNFLAGS)
- ]) # XORG_CWARNFLAGS
-+
-+AC_DEFUN([XAW_CHECK_XPRINT_SUPPORT], [
-+PKG_CHECK_MODULES(TMP_XAW, xaw7)
-+$1_CFLAGS=$TMP_XAW_CFLAGS
-+$1_LIBS=$TMP_XAW_LIBS
-+])