[Pkg-libvirt-commits] [Git][libvirt-team/virt-viewer][debian/sid] Enable libvirt support on all the architectures
Pino Toscano (@pino)
gitlab at salsa.debian.org
Sat Feb 10 16:07:38 GMT 2024
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-viewer
Commits:
b67a2cf8 by Pino Toscano at 2024-02-10T17:04:13+01:00
Enable libvirt support on all the architectures
libvirt now builds almost everywhere; the only exception is ia64, which
not actively maintained anymore.
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
libgtk-vnc-2.0-dev,
libgtk-3-dev (>= 3.18),
libspice-client-gtk-3.0-dev (>= 0.41-2~) [linux-any],
- libvirt-glib-1.0-dev (>= 0.1.8) [!alpha !hurd-i386 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !m68k !sh4],
+ libvirt-glib-1.0-dev (>= 0.1.8),
libvte-2.91-dev (>= 0.46.0),
libxml2-dev,
meson (>= 0.54.0)
=====================================
debian/rules
=====================================
@@ -5,10 +5,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := -Dauto_features=enabled -Dgit_werror=disabled -Dovi
ifneq (linux,$(DEB_HOST_ARCH_OS))
DEB_CONFIGURE_EXTRA_FLAGS += -Dspice=disabled
endif
-# libvirt-glib isn't currently built on these architectures
-ifneq (,$(filter $(DEB_HOST_ARCH), alpha hurd-i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k sh4))
- DEB_CONFIGURE_EXTRA_FLAGS += -Dlibvirt=disabled
-endif
%:
dh $@
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/commit/b67a2cf8c2eaa13e9c1526595063970e2d53dd35
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/commit/b67a2cf8c2eaa13e9c1526595063970e2d53dd35
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20240210/75112410/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list