diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-10 12:32:48 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-10 12:32:48 +0200 |
commit | 3b82e8b272aa03f2cb454b4c8ea171cd7f5c4057 (patch) | |
tree | 0f89c934cc3d7fb6abe4809de7d5ab07f7535646 /recipes/libidl/libidl-native_0.8.10.bb | |
parent | 4e3ef28c3656369f49907fbfd25440b3b57e4614 (diff) | |
parent | 3c732c38d8edfc888faf83165b53470da5e96d5d (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libidl/libidl-native_0.8.10.bb')
-rw-r--r-- | recipes/libidl/libidl-native_0.8.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libidl/libidl-native_0.8.10.bb b/recipes/libidl/libidl-native_0.8.10.bb index ce59fd4b86..e4109b26fa 100644 --- a/recipes/libidl/libidl-native_0.8.10.bb +++ b/recipes/libidl/libidl-native_0.8.10.bb @@ -2,4 +2,4 @@ SECTION = "libs" require libidl_${PV}.bb inherit native -DEPENDS = "glib-2.0-native" +DEPENDS = "flex-native glib-2.0-native" |