From 7f1dd23051271bd3473739508dc875595877ebff Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 15 Aug 2012 16:32:32 +0200 Subject: [PATCH] Relax requirements of 'eglgears.run' The run script works on foc_pbxa9 and foc_x86_64. So there is no reason to restrict it to x86 only. --- libports/run/eglgears.run | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libports/run/eglgears.run b/libports/run/eglgears.run index 8476ba5f6..7db373126 100644 --- a/libports/run/eglgears.run +++ b/libports/run/eglgears.run @@ -1,6 +1,3 @@ -if {![have_spec x86]} { - puts "Run script is only supported on x86"; exit 0 } - build { core init drivers/timer @@ -54,6 +51,12 @@ append_if [have_spec vesa] config { } +append_if [have_spec pl11x] config { + + + + } + append_if [have_spec ps2] config { @@ -92,7 +95,7 @@ append config { - + @@ -119,6 +122,7 @@ set boot_modules { lappend_if [have_spec linux] boot_modules fb_sdl lappend_if [have_spec pci] boot_modules pci_drv lappend_if [have_spec vesa] boot_modules vesa_drv +lappend_if [have_spec pl11x] boot_modules pl11x_drv lappend_if [have_spec ps2] boot_modules ps2_drv lappend_if [have_spec i915] boot_modules gallium-i915.lib.so