diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-08-24 15:55:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 15:55:41 +0000 |
commit | 743ac60674226e2addd09172be7ff42cc5050483 (patch) | |
tree | 63cb7efdc430a20b80b6ed9799e2fe4150eadb32 /packages | |
parent | 09fc038cf066498585825d2706dec7accdc20edb (diff) |
gtk-2.8.0: syntax correction
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gtk+/gtk+_2.8.0.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/gtk+/gtk+_2.8.0.bb b/packages/gtk+/gtk+_2.8.0.bb index 9a6e9b524e..126bc22307 100644 --- a/packages/gtk+/gtk+_2.8.0.bb +++ b/packages/gtk+/gtk+_2.8.0.bb @@ -9,10 +9,8 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt cair PR = "r0" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ -# file://no-demos.patch;patch=1 \ file://no-xwc.patch;patch=1 \ file://automake-lossage.patch;patch=1 \ -# file://gtk+-handhelds.patch;patch=1 \ file://spinbutton.patch;patch=1 \ file://hardcoded_libtool.patch;patch=1 \ file://disable-tooltips.patch;patch=1 \ @@ -21,9 +19,10 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ file://xsettings.patch;patch=1 \ file://scroll-timings.patch;patch=1 \ file://small-gtkfilesel.patch;patch=1 \ - file://migration.patch;patch=1;pnum=0 \ -# file://single-click.patch;patch=1 \ -" + file://migration.patch;patch=1;pnum=0" +# file://no-demos.patch;patch=1 +# file://gtk+-handhelds.patch;patch=1 +# file://single-click.patch;patch=1 inherit autotools pkgconfig |