ports/x11-toolkits/gtkmm30/files/patch-meson.build
Daniel Engberg fa68ca979c x11-toolkits/gtkmm30: Update to 3.24.9
Changelog:
2ae5c7ec2d/NEWS

PR:		280179
Approved by:	gnome (fluffy) via Matrix
Sponsored by:	Blinkinblox
2024-08-06 22:06:17 +02:00

12 lines
475 B
Plaintext

--- meson.build.orig 2024-08-06 19:46:50 UTC
+++ meson.build
@@ -102,7 +102,7 @@ install_datadir = get_option('datadir')
install_includedir = get_option('includedir')
install_libdir = get_option('libdir')
install_datadir = get_option('datadir')
-install_pkgconfigdir = install_libdir / 'pkgconfig'
+install_pkgconfigdir = install_prefix / 'libdata' / 'pkgconfig'
# Dependencies. <pkg> = gdk and gtk
# <pkg>mm_build_dep: Dependencies when building the <pkg>mm library.