From cb40fbe4b6eddd4cbbab51ab537b742c27a65e14 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Fri, 12 Feb 2010 18:30:51 +0100 Subject: bug.conf: added screen resolution some recipes depend on MACHINE_DISPLAY_WIDTH_PIXELS and MACHINE_DISPLAY_HEIGHT_PIXELS like wesnoth for instance --- conf/machine/bug.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/bug.conf') diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf index d79cf15129..204b55c61f 100644 --- a/conf/machine/bug.conf +++ b/conf/machine/bug.conf @@ -15,6 +15,9 @@ require conf/machine/include/tune-arm1136jf-s.inc KERNEL_IMAGETYPE = "uImage" +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "240" + PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" XSERVER = "xserver-xorg \ xf86-input-evdev \ -- cgit 1.2.3-korg