diff options
author | David Seifert <soap@gentoo.org> | 2022-02-26 12:54:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-02-26 12:54:23 +0100 |
commit | 6097b88d51c93f523fd44f5f95efa055d437f07d (patch) | |
tree | d4853b9559372567660de80faee6107b46279878 /media-libs/babl | |
parent | games-simulation/simutrans-paksets: Keyword 123.0.1 arm64, #834004 (diff) | |
download | gentoo-6097b88d51c93f523fd44f5f95efa055d437f07d.tar.gz gentoo-6097b88d51c93f523fd44f5f95efa055d437f07d.tar.bz2 gentoo-6097b88d51c93f523fd44f5f95efa055d437f07d.zip |
media-libs/babl: fix missing vala/vapi dir
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/babl')
-rw-r--r-- | media-libs/babl/babl-0.1.90-r1.ebuild (renamed from media-libs/babl/babl-0.1.90.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/babl/babl-0.1.90.ebuild b/media-libs/babl/babl-0.1.90-r1.ebuild index a9a572ca524e..9c019093af42 100644 --- a/media-libs/babl/babl-0.1.90.ebuild +++ b/media-libs/babl/babl-0.1.90-r1.ebuild @@ -37,10 +37,11 @@ DEPEND="${RDEPEND}" src_prepare() { default gnome2_environment_reset - use vala && vala_src_prepare } src_configure() { + use vala && vala_setup + # Automagic rsvg support is just for website generation we do not call, # so we don't need to fix it # w3m is used for dist target thus no issue for us that it is automagically |