diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 10 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | 8 |
2 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf deleted file mode 100644 index 23fcdc7ef2..0000000000 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | Section "Module" | ||
| 2 | Load "fbdevhw" | ||
| 3 | Load "fb" | ||
| 4 | Load "shadow" | ||
| 5 | Load "shadowfb" | ||
| 6 | Load "int10" | ||
| 7 | Load "vbe" | ||
| 8 | Load "vgahw" | ||
| 9 | Load "glamoregl" | ||
| 10 | EndSection | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb index e07c204c74..4c442bc712 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | |||
| @@ -7,10 +7,6 @@ PR = "r33" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "file://xorg.conf" | 8 | SRC_URI = "file://xorg.conf" |
| 9 | 9 | ||
| 10 | SRC_URI_append_libc-musl = "\ | ||
| 11 | file://10-preload-modules.conf \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
| 15 | 11 | ||
| 16 | CONFFILES_${PN} = "${sysconfdir}/X11/xorg.conf" | 12 | CONFFILES_${PN} = "${sysconfdir}/X11/xorg.conf" |
| @@ -25,7 +21,3 @@ do_install () { | |||
| 25 | install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/ | 21 | install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/ |
| 26 | fi | 22 | fi |
| 27 | } | 23 | } |
| 28 | |||
| 29 | do_install_append_libc-musl () { | ||
| 30 | install -Dm 0644 ${WORKDIR}/10-preload-modules.conf ${D}/${sysconfdir}/X11/xorg.conf.d/10-preload-modules.conf | ||
| 31 | } | ||
