diff options
author | David P <megver83@parabola.nu> | 2017-11-06 14:32:09 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-11-06 14:32:09 -0300 |
commit | bbc2256985c40f8ab16ca5b6ff994b61063e3c28 (patch) | |
tree | afd248ef44009b3e70977681780db048890dd6b7 /libre/grub | |
parent | 8ac6edff63d0675e7963ef415b8fb0e2d225211c (diff) | |
download | abslibre-bbc2256985c40f8ab16ca5b6ff994b61063e3c28.tar.gz abslibre-bbc2256985c40f8ab16ca5b6ff994b61063e3c28.tar.bz2 abslibre-bbc2256985c40f8ab16ca5b6ff994b61063e3c28.zip |
libre/grub: Remove linux-libre-xen from optdepends
And disable it, since we don't have kernels that support it
Diffstat (limited to 'libre/grub')
-rw-r--r-- | libre/grub/PKGBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index a2628e2dd..d3c6a4446 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -7,7 +7,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> ## '1' to enable Xen support, '0' to disable -_XEN='1' +_XEN='0' ## '1' to enable IA32-EFI build in Arch x86_64, '0' to disable _IA32_EFI_IN_ARCH_X64='1' @@ -716,10 +716,6 @@ package_grub() { 'os-prober: To detect other OSes when generating grub.cfg in BIOS systems' 'mtools: For grub-mkrescue FAT FS support') - if [[ "${CARCH}" = 'i686' ]]; then - optdepends+=('linux-libre-xen: For boot support into XEN server') - fi - if [[ "${_GRUB_EMU_BUILD}" = '1' ]]; then optdepends+=('libusbx: For grub-emu USB support' 'sdl: For grub-emu SDL support') |