sys-apps/fwupd: Trigger synaptics plugin by dell USE flag (bug #633952).
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 11 Oct 2017 12:44:41 +0000 (14:44 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 11 Oct 2017 12:44:49 +0000 (14:44 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sys-apps/fwupd/fwupd-1.0.0.ebuild

index 41c904522da36101d1c84e367dc87f8fc27bc27a..6d4d3f01c65e9eef35c2c18e2871e052d5850ba2 100644 (file)
@@ -16,7 +16,9 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="colorhug dell doc elf +man systemd test uefi uefi_labels"
-REQUIRED_USE="uefi_labels? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+       uefi_labels? ( ${PYTHON_REQUIRED_USE} )
+"
 
 RDEPEND="
        app-crypt/gpgme
@@ -76,6 +78,7 @@ src_configure() {
                -Denable-doc="$(usex doc true false)"
                -Denable-man="$(usex man true false)"
                -Denable-libelf="$(usex elf true false)"
+               -Denable-synaptics="$(usex dell true false)"
                -Denable-systemd="$(usex systemd true false)"
                # requires libtbtfwu which is not packaged yet
                -Denable-thunderbolt=false