summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')