xorg.conf: Added path to fonts
authorMichael Mrozek <EvilDragon@openpandora.de>
Wed, 23 Feb 2011 00:02:26 +0000 (01:02 +0100)
committerMichael Mrozek <EvilDragon@openpandora.de>
Wed, 23 Feb 2011 00:02:26 +0000 (01:02 +0100)
recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 076b1b7..284fb00 100644 (file)
@@ -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
index 2cc6360..283bc58 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r24"
+PR = "r25"
 
 SRC_URI = "file://xorg.conf"