diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-11 10:56:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-11 10:56:54 +0000 |
commit | 9f4ba70641d4ee08884a7ee2072fe7c9dde213c4 (patch) | |
tree | 3b46af5267065d11940580b0c5c1479633c66696 /gtk+ | |
parent | b0b02364c99ba3093bd792cf01e933cf928ff7bc (diff) |
disable building of gtk+-demos. they require a native
gdk-pixbuf-csource.
BKrev: 405045f6kJcp44a8aR1shyV0NBPM4g
Diffstat (limited to 'gtk+')
-rw-r--r-- | gtk+/gtk+-2.2.4/no-demos.patch | 0 | ||||
-rw-r--r-- | gtk+/gtk+_2.2.4.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gtk+/gtk+-2.2.4/no-demos.patch b/gtk+/gtk+-2.2.4/no-demos.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk+/gtk+-2.2.4/no-demos.patch diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe index afdf5a041b..f89a083093 100644 --- a/gtk+/gtk+_2.2.4.oe +++ b/gtk+/gtk+_2.2.4.oe @@ -9,7 +9,8 @@ DEPENDS=pango atk jpeg libpng xext SRC_URI = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.2/gtk+-${PV}.tar.bz2 \ file://${FILESDIR}/automake-lossage.patch;patch=1;pnum=0 \ - file://${FILESDIR}/configure-lossage.patch;patch=1;pnum=0 + file://${FILESDIR}/configure-lossage.patch;patch=1;pnum=0 \ + file://${FILESDIR}/no-demos.patch;patch=1 inherit autotools libtool pkgconfig |