diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-26 09:07:10 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-26 09:07:10 +0000 |
commit | bda5b4595f8b4855a2cfcdd778adba94364161e1 (patch) | |
tree | 450569b5e0d503f47f0c5b75a0d958bb722b286f | |
parent | 9484975d43b29b83bef4bdf04ecce90c67da6797 (diff) |
shuffle xorg.conf bits around
BKrev: 417e13beQJn6egr57IUEbX8O5f7J-w
-rw-r--r-- | mythfront/mythfront-config.oe | 18 | ||||
-rw-r--r-- | mythfront/mythfront-config/epia/xorg.conf (renamed from mythfront/mythfront-config/xorg.conf) | 0 |
2 files changed, 15 insertions, 3 deletions
diff --git a/mythfront/mythfront-config.oe b/mythfront/mythfront-config.oe index 38bea68cd5..b33a330856 100644 --- a/mythfront/mythfront-config.oe +++ b/mythfront/mythfront-config.oe @@ -1,6 +1,9 @@ -PV = "1.1" +PV = "1.4" -SRC_URI = "file://tftp.sh" +DEPENDS = "xfonts-xorg" +RDEPENDS_${PN} = "xfonts-xorg" + +SRC_URI = "file://tftp.sh file://xorg.conf" do_install() { install -d ${D}/etc/udhcpc.d/ @@ -10,6 +13,15 @@ do_install() { ln -sf /var/lib/config/mysql.txt ${D}/etc/mythtv install -d ${D}/etc/X11 - ln -sf /var/lib/config/xorg.conf ${D}/etc/X11 + install -m 0644 ${WORKDIR}/xorg.conf ${D}/etc/X11 + + ln -sf /var/lib/config/lircd.conf ${D}/etc/lircd.conf + + # ewwww + install -d ${D}/root/.mythtv + ln -sf /var/lib/config/lircrc ${D}/root/.mythtv/lircrc + + install -d ${D}/dev + ln -sf lirc0 ${D}/dev/lirc } diff --git a/mythfront/mythfront-config/xorg.conf b/mythfront/mythfront-config/epia/xorg.conf index e69de29bb2..e69de29bb2 100644 --- a/mythfront/mythfront-config/xorg.conf +++ b/mythfront/mythfront-config/epia/xorg.conf |