From 332b40f045e4069a13404f8165e1eaa1532f721e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 25 Jan 2010 19:45:01 +0100 Subject: [PATCH] xserver-xorg-conf: add xf86-video-omapfb dependency for omap3 machines in angstrom --- recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb index 77e0f8df48..0e3bba4f85 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 = "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}" -- 2.39.5