diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-01 18:21:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 18:21:32 +0000 |
commit | 2fb5f01e23b04e171d4dea6e5d1af5640386efac (patch) | |
tree | eb7e4577065e4795754c264f90a335d81c805207 /packages/libsdl | |
parent | 46698c5ce7137787023e838a0f1fd9a0ff214b17 (diff) |
all over the place: adapt DEPENDS to new xlib names
Diffstat (limited to 'packages/libsdl')
-rw-r--r-- | packages/libsdl/libsdl-x11_1.2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libsdl/libsdl-x11_1.2.7.bb b/packages/libsdl/libsdl-x11_1.2.7.bb index e65fe4fba3..b2060cd0fd 100644 --- a/packages/libsdl/libsdl-x11_1.2.7.bb +++ b/packages/libsdl/libsdl-x11_1.2.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer - X11 Edition" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "x11 xext" +DEPENDS = "libx11 libxext" PROVIDES = "virtual/libsdl" LICENSE = "LGPL" |