Re: git: 10b44269556c - main - cad/openscad-devel: Update and unbreak
- In reply to: Michael Reifenberger : "git: 10b44269556c - main - cad/openscad-devel: Update and unbreak"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 10:58:51 UTC
Hi Michael,
> USES= bison cmake compiler:c++14-lang cpe desktop-file-utils eigen:3 gettext \
> - gl gnome pkgconfig qt:5 shared-mime-info xorg
> + gl gnome pkgconfig qmake qt:5 shared-mime-info xorg
cmake and qmake can't be used simultaneously in USES. OpenScad needs
only cmake here.
> USE_GITHUB= yes
> USE_GL= gl glu glew
> USE_GNOME= cairo glib20 libxml2
> -USE_QT= buildtools_build core concurrent_build dbus gui multimedia widgets
> +USE_QT= buildtools buildtools_build core concurrent_build dbus gui multimedia svg widgets
"USE_QT=buildtools_build" was already here, the missing bit is USE_QT=
qmake_build.
> +do-install:
> + ${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX}
I believe this addition will not be needed once qmake is removed from USES.
Cheers,
Max