From 0e6301fd7b33817bd73954ded83b036d3c484059 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 23 Feb 2011 01:02:26 +0100 Subject: [PATCH] xorg.conf: Added path to fonts --- .../xserver-xorg-conf/omap3-pandora/xorg.conf | 8 ++++++++ recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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" -- 2.39.5