Rebuild with samba and python-sphinx

This commit is contained in:
2026-03-13 19:59:17 +02:00
parent 861890f545
commit 035ed455fc
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -1,7 +1,7 @@
name: qemu name: qemu
description: A generic and open source machine emulator and virtualizer description: A generic and open source machine emulator and virtualizer
version: 10.2.1 version: 10.2.1
revision: 1 revision: 2
url: https://www.qemu.org/ url: https://www.qemu.org/
license: GPL2-only,LGPL2.1-only license: GPL2-only,LGPL2.1-only
maintainers: maintainers:
@@ -48,6 +48,8 @@ depends:
- vte-gtk3 - vte-gtk3
- zlib - zlib
- zstd - zstd
optional_depends:
- samba:For SMB/CIFS server support
make_depends: make_depends:
- libxkbcommon - libxkbcommon
- libxml2 - libxml2
@@ -56,7 +58,10 @@ make_depends:
- pam - pam
- pcre2 - pcre2
- python3 - python3
- python-sphinx
- python-sphinx_rtd_theme
- python-setuptools - python-setuptools
- samba
- spice-protocol - spice-protocol
options: options:
- nostrip - nostrip
+1
View File
@@ -20,6 +20,7 @@ build() {
--enable-tpm \ --enable-tpm \
--enable-kvm \ --enable-kvm \
--enable-strip \ --enable-strip \
--smbd=/usr/bin/smbd \
--with-coroutine=ucontext --with-coroutine=ucontext
make make
} }