summary refs log tree commit diff
path: root/x11-misc/setroot/setroot-9999.ebuild
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-08-16 01:05:20 +0300
committerAzat Bahawi <azahi@teknik.io>2020-08-16 01:05:20 +0300
commit92eaa3a8527f1a800457eea9fae4cf6165792e27 (patch)
tree67657fb57ce93c218b719fd34062c226e9a1d2ce /x11-misc/setroot/setroot-9999.ebuild
parentx11-misc/setroot: Add package (diff)
x11-misc/setroot: USE=xinerama hotfix
Diffstat (limited to 'x11-misc/setroot/setroot-9999.ebuild')
-rw-r--r--x11-misc/setroot/setroot-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/setroot/setroot-9999.ebuild b/x11-misc/setroot/setroot-9999.ebuild
index cf0bf3f..68cbf0a 100644
--- a/x11-misc/setroot/setroot-9999.ebuild
+++ b/x11-misc/setroot/setroot-9999.ebuild
@@ -33,7 +33,7 @@ BDEPEND=""
 DOCS=( README.asciidoc )
 
 src_compile() {
-	emake xinerama=$(use xinerama)
+	emake xinerama=$(usex xinerama 1 0)
 }
 
 src_install() {

Consider giving Nix/NixOS a try! <3