diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-29 15:14:07 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-29 15:14:07 +0000 |
commit | c8f855c12f5e6b787d131e0c04f4474094c522c3 (patch) | |
tree | c6d6df31861f3ff0007a679d922e9f9ae17809f9 /packages/guichan/guichan_0.7.1.bb | |
parent | 4a1691f5c71abc3e025bc5e2600eca661335ad79 (diff) |
guichan: make libguichan-sdl actually link against sdl-image
Diffstat (limited to 'packages/guichan/guichan_0.7.1.bb')
-rw-r--r-- | packages/guichan/guichan_0.7.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/guichan/guichan_0.7.1.bb b/packages/guichan/guichan_0.7.1.bb index 28c5c8e948..83a9eca2c5 100644 --- a/packages/guichan/guichan_0.7.1.bb +++ b/packages/guichan/guichan_0.7.1.bb @@ -1,8 +1,10 @@ DESCRIPTION = "A portable C++ GUI library designed for games using Allegro, HGE, OpenGL, OpenLayer and/or SDL." HOMEPAGE = "http://guichan.sourceforge.net" DEPENDS = "virtual/libsdl libsdl-image" +PR = "r1" -SRC_URI = "http://guichan.googlecode.com/files/guichan-0.7.1.tar.gz" +SRC_URI = "http://guichan.googlecode.com/files/${PN}-${PV}.tar.gz \ + file://link-against-sdlimage.patch;patch=1" inherit autotools |