From 882539f336bf41cfe88f33a61589858c99ba8375 Mon Sep 17 00:00:00 2001
From: Phil Blundell <philb@gnu.org>
Date: Sun, 27 Jun 2004 15:38:21 +0000
Subject: apply no-xwc.patch to gtk+ 2.4.1 as well

BKrev: 40dee9edQO97CYeGKfLhttjn-AdbwQ
---
 gtk+/gtk+-2.4.1/no-xwc.patch | 0
 gtk+/gtk+_2.4.1.oe           | 7 +++----
 2 files changed, 3 insertions(+), 4 deletions(-)
 create mode 100644 gtk+/gtk+-2.4.1/no-xwc.patch

(limited to 'gtk+')

diff --git a/gtk+/gtk+-2.4.1/no-xwc.patch b/gtk+/gtk+-2.4.1/no-xwc.patch
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/gtk+/gtk+_2.4.1.oe b/gtk+/gtk+_2.4.1.oe
index 13ef91896e..4dd6868224 100644
--- a/gtk+/gtk+_2.4.1.oe
+++ b/gtk+/gtk+_2.4.1.oe
@@ -5,24 +5,23 @@ SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
 DEPENDS = "glib-2.0 pango atk jpeg libpng xext"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \
            file://no-demos.patch;patch=1 \
+           file://no-xwc.patch;patch=1;pnum=0 \
            file://automake-lossage.patch;patch=1 \
            file://gtk+-handhelds.patch;patch=1 \
            file://hardcoded_libtool.patch;patch=1 \
            file://gtk-doc.m4"
 
-inherit autotools  pkgconfig
+inherit autotools pkgconfig flow-lossage
 
 do_configure_prepend() {
 	install -d m4
 	install ${WORKDIR}/gtk-doc.m4 m4/
 }
 
-# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
-CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')}"
-
 EXTRA_OECONF = "--without-libtiff --enable-debug=no --disable-xkb"
 # --disable-cruft
 
-- 
cgit v1.2.3