From 0a8661a0c23767fe59133413982bd1751a5403a5 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 7 Apr 2026 07:15:42 +0200 Subject: [PATCH] yelp, fix includedir and libdir for 32bit (#13918) --- gnome-extra/yelp/yelp-42.3.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-extra/yelp/yelp-42.3.recipe b/gnome-extra/yelp/yelp-42.3.recipe index 45391a2fb..b0c9737f7 100644 --- a/gnome-extra/yelp/yelp-42.3.recipe +++ b/gnome-extra/yelp/yelp-42.3.recipe @@ -11,7 +11,7 @@ HOMEPAGE="https://apps.gnome.org/Yelp/" COPYRIGHT="David King Shaun McCance" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://gitlab.gnome.org/GNOME/yelp/-/archive/$portVersion/yelp-$portVersion.tar.bz2" CHECKSUM_SHA256="cc487a93b6bb9cd5883603ca5db6340449b417dbb429f3be37231f05d7fe514b" ADDITIONAL_FILES="yelp.rdef.in" @@ -101,6 +101,8 @@ BUILD() meson --buildtype=release \ --prefix=$prefix \ --bindir=$commandBinDir \ + --includedir=$includeDir \ + --libdir=$libDir \ build ninja -C build $jobArgs