mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
pygobject: fix lib dir
This commit is contained in:
@@ -4,7 +4,7 @@ such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more."
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject"
|
||||
COPYRIGHT="2023 Christoph Reiter"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://download.gnome.org/sources/pygobject/3.44/pygobject-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="3c6805d1321be90cc32e648215a562430e0d3d6edcda8f4c5e7a9daffcad5710"
|
||||
|
||||
@@ -72,7 +72,7 @@ INSTALL()
|
||||
meson build --buildtype=release \
|
||||
--prefix=$prefix \
|
||||
--includedir=$includeDir \
|
||||
--libdir=$libDir \
|
||||
--libdir=$prefix/lib \
|
||||
--localedir=$dataDir/locale \
|
||||
-Dpython=$python \
|
||||
-Dpycairo=disabled \
|
||||
@@ -83,6 +83,6 @@ INSTALL()
|
||||
|
||||
packageEntries $pythonPackage \
|
||||
$developDir \
|
||||
$libDir
|
||||
$prefix/lib
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user