From: Michael Mrozek Date: Wed, 23 Feb 2011 00:02:26 +0000 (+0100) Subject: xorg.conf: Added path to fonts X-Git-Tag: sz_beta3~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6301fd7b33817bd73954ded83b036d3c484059;p=openembedded.git xorg.conf: Added path to fonts --- diff --git a/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf index 076b1b7359..284fb00f03 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf +++ b/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf @@ -38,3 +38,11 @@ Section "Device" Driver "fbdev" Option "ShadowFB" "false" EndSection + +Section "Files" + FontPath "/usr/share/fonts/X11/misc" + FontPath "/usr/share/fonts/X11/Type1" + FontPath "/usr/share/fonts/X11/Speedo" + FontPath "/usr/share/fonts/X11/100dpi" + FontPath "/usr/share/fonts/X11/75dpi" +EndSection \ No newline at end of file diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb index 2cc6360141..283bc58f1f 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb +++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Machine specific xorg.conf files" -PR = "r24" +PR = "r25" SRC_URI = "file://xorg.conf"