summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-11-06 14:32:09 -0300
committerDavid P <megver83@parabola.nu>2017-11-06 14:32:09 -0300
commitbbc2256985c40f8ab16ca5b6ff994b61063e3c28 (patch)
treeafd248ef44009b3e70977681780db048890dd6b7 /libre/grub
parent8ac6edff63d0675e7963ef415b8fb0e2d225211c (diff)
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/PKGBUILD6
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')