Merge "Add glfw_dart and gl_dart to depends"
diff --git a/package/google/google_glfw_dart/Config.in b/package/google/google_glfw_dart/Config.in
index e816c43..c95ed05 100644
--- a/package/google/google_glfw_dart/Config.in
+++ b/package/google/google_glfw_dart/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_GOOGLE_GLFW_DART
         bool "google_glfw_dart"
-  depends on BR2_PACKAGE_BCM_COMMON
-  depends on BR2_PACKAGE_GOOGLE_GLFW_NEXUS
-  depends on BR2_PACKAGE_GOOGLE_DART_VM
+  select BR2_PACKAGE_BCM_COMMON
+  select BR2_PACKAGE_GOOGLE_GLFW_NEXUS
+  select BR2_PACKAGE_GOOGLE_DART_VM
 	help
           Builds the Dart GLFW bindings
diff --git a/package/google/google_oregano_native/Config.in b/package/google/google_oregano_native/Config.in
index c6cb4dd..c6b26f3 100644
--- a/package/google/google_oregano_native/Config.in
+++ b/package/google/google_oregano_native/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_GOOGLE_OREGANO_NATIVE
 	bool "google_oregano_native"
 	select BR2_PACKAGE_GOOGLE_DART_VM
+	select BR2_PACKAGE_GOOGLE_GL_DART if BR2_mipsel
+	select BR2_PACKAGE_GOOGLE_GLFW_DART if BR2_mipsel
 	help
 	  Native extensions for Oregano projects.