diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-08-16 01:05:20 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-08-16 01:05:20 +0300 |
commit | 92eaa3a8527f1a800457eea9fae4cf6165792e27 (patch) | |
tree | 67657fb57ce93c218b719fd34062c226e9a1d2ce /x11-misc/setroot/setroot-9999.ebuild | |
parent | x11-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.ebuild | 2 |
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() { |