diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-27 15:38:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-27 15:38:21 +0000 |
commit | 882539f336bf41cfe88f33a61589858c99ba8375 (patch) | |
tree | a9e0cf4a454517b41a2ebab33249388ecc9b0e88 /gtk+ | |
parent | e64142d7b30b235535bd884ffd9a4937bd7416ba (diff) |
apply no-xwc.patch to gtk+ 2.4.1 as well
BKrev: 40dee9edQO97CYeGKfLhttjn-AdbwQ
Diffstat (limited to 'gtk+')
-rw-r--r-- | gtk+/gtk+-2.4.1/no-xwc.patch | 0 | ||||
-rw-r--r-- | gtk+/gtk+_2.4.1.oe | 7 |
2 files changed, 3 insertions, 4 deletions
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 --- /dev/null +++ b/gtk+/gtk+-2.4.1/no-xwc.patch 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 |