diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2021-03-04 09:35:57 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-04 19:42:33 +0200 |
commit | 9b7bf4f93478a389cc86043231314ed1fa3888cb (patch) | |
tree | d19ded7b275c2818cc02b2d2b15d50ee549ca481 /x11-misc | |
parent | dev-lang/zig: version bump to 0.7.1 (diff) | |
download | gentoo-9b7bf4f93478a389cc86043231314ed1fa3888cb.tar.gz gentoo-9b7bf4f93478a389cc86043231314ed1fa3888cb.tar.bz2 gentoo-9b7bf4f93478a389cc86043231314ed1fa3888cb.zip |
x11-misc/dunst: fix install for wayland only systems
Closes: https://bugs.gentoo.org/774183
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19764
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dunst/dunst-1.6.1.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/dunst/dunst-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild index b4ea0aaabb02..db38e7cda0ae 100644 --- a/x11-misc/dunst/dunst-1.6.1.ebuild +++ b/x11-misc/dunst/dunst-1.6.1.ebuild @@ -54,6 +54,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install systemd_dounit dunst.service } diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index b4ea0aaabb02..db38e7cda0ae 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -54,6 +54,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install systemd_dounit dunst.service } |