mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
0e341a35e5
Fix .pc file requires gobject: https://gitlab.gnome.org/GNOME/atk/merge_requests/30
10 lines
220 B
Diff
10 lines
220 B
Diff
--- a/atk/meson.build
|
|
+++ b/atk/meson.build
|
|
@@ -162,5 +162,6 @@ pkgconfig.generate(libatk,
|
|
name: 'Atk',
|
|
description: 'Accessibility Toolkit',
|
|
subdirs: atk_api_name,
|
|
+ requires: glib_dep,
|
|
filebase: 'atk',
|
|
)
|