diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-12 14:16:40 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-12 14:16:40 +0000 |
commit | 8e7bc75c1a94ae14a1af69fad0cc4e1fbb3f774e (patch) | |
tree | 9cd4d7fc6f57eaf4a77b8ebdb8390c7a687fe2bc | |
parent | 61fc2558227783fe8553783cf3cfbb3a2732577e (diff) | |
parent | ce0316fb54145e8006d623a837e0074bc06fa6ab (diff) |
merge of '4989371c8e7cec943a964b459ec3e71c0f547204'
and 'a541f884d07223a5c7e560a0e5732d213098f838'
-rw-r--r-- | packages/supertux/supertux_0.1.2.bb | 3 | ||||
-rw-r--r-- | packages/tea/tea_17.3.5.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/supertux/supertux_0.1.2.bb b/packages/supertux/supertux_0.1.2.bb index 9939cf99d3..63c44a0b6c 100644 --- a/packages/supertux/supertux_0.1.2.bb +++ b/packages/supertux/supertux_0.1.2.bb @@ -3,13 +3,14 @@ in a style similar to the original SuperMario games." SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \ http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \ file://supertux.png" export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" +EXTRA_OECONF = "--disable-opengl" inherit autotools sdl diff --git a/packages/tea/tea_17.3.5.bb b/packages/tea/tea_17.3.5.bb index 7adf2a5136..c8dac8c94f 100644 --- a/packages/tea/tea_17.3.5.bb +++ b/packages/tea/tea_17.3.5.bb @@ -1,7 +1,8 @@ -DESCRIPTION = "Tea - a GTK based text editor tith highlighting and a lot of processing features" +DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features" SECTION = "gpe" LICENSE = "GPL" DEPENDS = "gtk+ gtksourceview" +PR = "r1" inherit autotools |