From nobody Sat May 4 14:49:35 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) client-ip=63.128.21.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1601615998; cv=none; d=zohomail.com; s=zohoarc; b=Te0TTQDIr7qA5CC00gWpw3fnlKz9GROecYXJwoBzz0fV6Z6NxrFBU4XZ3cXEHLgDBeeb+nw3kmwX4RnnSP4EQwv0p7AhRsV1tYyrXEdwFFtQBa/s0cowTxzQ84zSpNPTuNtWwulBTj1l1hIgO2usWx96UTb0roGhr0FFzhKFnc8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601615998; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=w87j2TfDJ5cKOugyb8HiIvU9uXdTsbtbxJVfMk9eRWQ=; b=HJO7hR2Al+FuOLS9hrsP7F0v2R0h5nxIzeZdpW8LoO+1DeGzofcbbCGmtyC/61N3xiIX0vwtv1WIf6uuysadWW14yHqnwMZQy7IbF3SpR+Zp+Ks6t6FobECA7sz0i43XVyF0VxApDtSMeyuX1jrkVsPVgL8E37IpWrwExNXuP6o= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.zohomail.com with SMTPS id 160161599825128.3197677762912; Thu, 1 Oct 2020 22:19:58 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-234-k6zJsvI5NY2j3HJSXoAKsA-1; Fri, 02 Oct 2020 01:19:52 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 66A8C10066FC; Fri, 2 Oct 2020 05:19:47 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3C89773683; Fri, 2 Oct 2020 05:19:44 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id A1F9E44A56; Fri, 2 Oct 2020 05:19:39 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 0925HsFR017881 for ; Fri, 2 Oct 2020 01:17:54 -0400 Received: by smtp.corp.redhat.com (Postfix) id 465E655770; Fri, 2 Oct 2020 05:17:54 +0000 (UTC) Received: from lindworm.usersys.redhat.com (unknown [10.40.192.30]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B7B6155784 for ; Fri, 2 Oct 2020 05:17:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601615995; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=w87j2TfDJ5cKOugyb8HiIvU9uXdTsbtbxJVfMk9eRWQ=; b=h0aj+Thf8ltUlnAtM9A/cCfvyCnQDIlcSh3i/0RWdVsuaDMXByVOHlWCDOrd3AYEWR4gBD TiekC1I2DejpeMChMXtj9uxxgL6OI1WU/TtUPMF+SzC6dXFXpgGdB5eTpluHPnZ4LwtdPX Pv9apzVIuYJ7rxS3hu83rhAoopRLEO0= X-MC-Unique: k6zJsvI5NY2j3HJSXoAKsA-1 From: Pino Toscano To: libvir-list@redhat.com Subject: [libvirt PATCH] build: remove old macvtap and virtualport leftovers Date: Fri, 2 Oct 2020 07:17:48 +0200 Message-Id: <20201002051748.2836527-1-ptoscano@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Followup of commit a79e7639daffac04b088378e6c79854fcac292f3 and commit 7556ab139fd2e503ac26ee232ab273f1ec027c21. Signed-off-by: Pino Toscano Reviewed-by: Andrea Bolognani --- meson.build | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/meson.build b/meson.build index 257e4452a1..a5ce8e17a8 100644 --- a/meson.build +++ b/meson.build @@ -1503,10 +1503,6 @@ elif get_option('firewalld_zone').enabled() error('You must have firewalld support enabled to enable firewalld_zone') endif =20 -if conf.has('WITH_MACVTAP') and not conf.has('WITH_LIBNL') - error('libnl3-devel is required for macvtap support') -endif - if (pkcheck_prog.found() or get_option('polkit').enabled()) conf.set('WITH_POLKIT', 1) endif @@ -1515,10 +1511,6 @@ if udev_dep.found() and not pciaccess_dep.found() error('You must install the pciaccess module to build with udev') endif =20 -if conf.has('WITH_VIRTUALPORT') and not conf.has('WITH_MACVTAP') - error('macvtap is required for virtualport support') -endif - =20 # build driver options =20 @@ -2388,7 +2380,6 @@ libs_summary =3D { 'libssh': libssh_dep.found(), 'libssh2': libssh2_dep.found(), 'libxml': libxml_dep.found(), - 'macvtap': conf.has('WITH_MACVTAP'), 'netcf': netcf_dep.found(), 'NLS': have_gnu_gettext_tools, 'nss': conf.has('WITH_NSS'), @@ -2403,7 +2394,6 @@ libs_summary =3D { 'sasl': sasl_dep.found(), 'selinux': selinux_dep.found(), 'udev': udev_dep.found(), - 'virtualport': conf.has('WITH_VIRTUALPORT'), 'xdr': xdr_dep.found(), 'yajl': yajl_dep.found(), } --=20 2.26.2