summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild')
-rw-r--r--x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
index 30dd0c6dd266..7488230f4eb3 100644
--- a/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
+++ b/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
@@ -19,12 +19,12 @@ HOMEPAGE="https://herbstluftwm.org/"
LICENSE="BSD-2"
SLOT="0"
-IUSE="examples xinerama zsh-completion"
+IUSE="examples zsh-completion"
DEPEND="
x11-libs/libX11
x11-libs/libXext
- xinerama? ( x11-libs/libXinerama )
+ x11-libs/libXinerama
"
RDEPEND="
${DEPEND}
@@ -41,10 +41,6 @@ src_configure() {
-e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \
CMakeLists.txt || die
- mycmakeargs=(
- -DWITH_XINERAMA=$(usex xinerama)
- )
-
cmake-utils_src_configure
}