aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/libidl/libidl-native_0.8.10.bb2
-rw-r--r--recipes/libidl/libidl_0.8.10.bb2
2 files changed, 2 insertions, 2 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"
diff --git a/recipes/libidl/libidl_0.8.10.bb b/recipes/libidl/libidl_0.8.10.bb
index c6664acb23..8865734d91 100644
--- a/recipes/libidl/libidl_0.8.10.bb
+++ b/recipes/libidl/libidl_0.8.10.bb
@@ -1,6 +1,6 @@
require libidl.inc
-DEPENDS = "glib-2.0 libidl-native"
+DEPENDS = "glib-2.0 flex-native libidl-native"
PR = "r0"