diff options
Diffstat (limited to 'x11-misc/setroot/setroot-2.0.2.ebuild')
-rw-r--r-- | x11-misc/setroot/setroot-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/setroot/setroot-2.0.2.ebuild b/x11-misc/setroot/setroot-2.0.2.ebuild index cf0bf3f..68cbf0a 100644 --- a/x11-misc/setroot/setroot-2.0.2.ebuild +++ b/x11-misc/setroot/setroot-2.0.2.ebuild @@ -33,7 +33,7 @@ BDEPEND="" DOCS=( README.asciidoc ) src_compile() { - emake xinerama=$(use xinerama) + emake xinerama=$(usex xinerama 1 0) } src_install() { |