xserver-xorg-conf: add xf86-video-omapfb dependency for omap3 machines in angstrom
authorKoen Kooi <koen@openembedded.org>
Mon, 25 Jan 2010 18:45:01 +0000 (19:45 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 26 Jan 2010 12:17:41 +0000 (13:17 +0100)
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 77e0f8d..0e3bba4 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r17"
+PR = "r18"
 
 SRC_URI = "file://xorg.conf"
 
@@ -8,5 +8,8 @@ do_install() {
        install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/
 }
 
+# Set some dependencies to make the confs actually work
+RDEPENDS_omap3 = "xf86-video-omapfb"
+
 CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf"
 PACKAGE_ARCH = "${MACHINE_ARCH}"