diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-04 13:40:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-04 13:40:49 +0000 |
| commit | c92a3136516a7e384e490c12258d9b6ab4771aaa (patch) | |
| tree | b68537fece93b3d55f38fc64fa3e4733272e614b /media-libs/waffle | |
| parent | 67eeb50df06ede62d41c248c06f1b52d2aa44765 (diff) | |
| download | baldeagleos-repo-c92a3136516a7e384e490c12258d9b6ab4771aaa.tar.gz baldeagleos-repo-c92a3136516a7e384e490c12258d9b6ab4771aaa.tar.xz baldeagleos-repo-c92a3136516a7e384e490c12258d9b6ab4771aaa.zip | |
Adding metadata
Diffstat (limited to 'media-libs/waffle')
| -rw-r--r-- | media-libs/waffle/waffle-1.7.0.ebuild | 8 | ||||
| -rw-r--r-- | media-libs/waffle/waffle-9999.ebuild | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/media-libs/waffle/waffle-1.7.0.ebuild b/media-libs/waffle/waffle-1.7.0.ebuild index 1a2174a6add7..b58cfad30b98 100644 --- a/media-libs/waffle/waffle-1.7.0.ebuild +++ b/media-libs/waffle/waffle-1.7.0.ebuild @@ -11,7 +11,7 @@ else KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" S="${WORKDIR}"/${PN}-v${PV} fi -inherit meson multilib-minimal ${GIT_ECLASS} +inherit meson-multilib ${GIT_ECLASS} DESCRIPTION="Library that allows selection of GL API and of window system at runtime" HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle" @@ -49,16 +49,12 @@ multilib_src_configure() { $(meson_feature X x11_egl) $(meson_feature gbm) $(meson_feature egl surfaceless_egl) - -Dbuild-manpages=$(multilib_is_native_abi && echo true || echo false) + $(meson_native_true build-manpages) -Dbuild-tests=false ) meson_src_configure } -multilib_src_compile() { - meson_src_compile -} - multilib_src_install() { meson_src_install diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index 1a2174a6add7..b58cfad30b98 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -11,7 +11,7 @@ else KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" S="${WORKDIR}"/${PN}-v${PV} fi -inherit meson multilib-minimal ${GIT_ECLASS} +inherit meson-multilib ${GIT_ECLASS} DESCRIPTION="Library that allows selection of GL API and of window system at runtime" HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle" @@ -49,16 +49,12 @@ multilib_src_configure() { $(meson_feature X x11_egl) $(meson_feature gbm) $(meson_feature egl surfaceless_egl) - -Dbuild-manpages=$(multilib_is_native_abi && echo true || echo false) + $(meson_native_true build-manpages) -Dbuild-tests=false ) meson_src_configure } -multilib_src_compile() { - meson_src_compile -} - multilib_src_install() { meson_src_install |
