ltris: needs MMU
authorYuvaraj Patil <yuvaraj.patil@wipro.com>
Mon, 28 Jul 2014 13:58:14 +0000 (19:28 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 28 Jul 2014 18:51:53 +0000 (20:51 +0200)
This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/5cf/5cf2262460a72ce51b479a42fca61cea5f6e23fd//

Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ltris/Config.in

index b4e0ccf3082d00fcd50fd5e68fad3098a88903a4..bf5240d98ade3076900f9d56dbdbe3afc176bc6a 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LTRIS
        bool "LTris"
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_SDL
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        help