diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 20:09:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-14 20:09:20 +0000 |
commit | fcdd7ac25ebc7592555cfbe5ad24f5a9596ef67c (patch) | |
tree | 50a7ee410fc52befacdd393f55b633613b9a416a /media-libs/allegro | |
parent | media-gfx/opentoonz: Drop 1.3.0-r1 (diff) | |
download | gentoo-fcdd7ac25ebc7592555cfbe5ad24f5a9596ef67c.tar.gz gentoo-fcdd7ac25ebc7592555cfbe5ad24f5a9596ef67c.tar.bz2 gentoo-fcdd7ac25ebc7592555cfbe5ad24f5a9596ef67c.zip |
media-libs/allegro: set CMAKE_ECLASS
Closes: https://bugs.gentoo.org/770544
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/allegro-5.2.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/allegro/allegro-5.2.6.0.ebuild b/media-libs/allegro/allegro-5.2.6.0.ebuild index f2bc18f1a0ba..32f11a6aac4c 100644 --- a/media-libs/allegro/allegro-5.2.6.0.ebuild +++ b/media-libs/allegro/allegro-5.2.6.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_ECLASS="cmake" inherit cmake-multilib DESCRIPTION="Cross-platform library aimed at video game and multimedia programming" @@ -19,6 +20,7 @@ REQUIRED_USE="X? ( opengl ) xinerama? ( X ) || ( alsa openal oss pulseaudio )" +BDEPEND="virtual/pkgconfig" RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) dumb? ( >=media-libs/dumb-0.9.3-r2:=[${MULTILIB_USEDEP}] ) @@ -47,7 +49,6 @@ RDEPEND=" " DEPEND="${RDEPEND} x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" MULTILIB_WRAPPED_HEADERS=( /usr/include/allegro5/allegro_native_dialog.h ) |