logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 1b32ef564243d5c0af225838f319492124646616
parent d505e67d91d83213e07a4862589c08640b2b5fa1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  9 Nov 2020 19:33:47 +0100

media-libs/freeglut: Replace cmake-utils_use

Diffstat:

Mmedia-libs/freeglut/freeglut-3.2.1.ebuild4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/freeglut/freeglut-3.2.1.ebuild b/media-libs/freeglut/freeglut-3.2.1.ebuild @@ -39,8 +39,8 @@ src_configure() { local mycmakeargs=( "-DFREEGLUT_BUILD_DEMOS=OFF" "-DFREEGLUT_BUILD_STATIC_LIBS=$(usex static-libs ON OFF)" - $(cmake-utils_use wayland-only FREEGLUT_WAYLAND) - $(cmake-utils_use wayland-only FREEGLUT_GLES) + "-DFREEGLUT_WAYLAND=$(usex wayland-only )" + "-DFREEGLUT_GLES=$(usex wayland-only )" ) cmake-multilib_src_configure }