mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
11 lines
303 B
Diff
11 lines
303 B
Diff
--- a/meson.build 2025-01-19 14:59:34.000000000 +0100
|
|
+++ b/meson.build 2025-01-28 18:55:30.964917952 +0100
|
|
@@ -215,7 +215,7 @@
|
|
'gtk+-2.0',
|
|
include_type: 'system',
|
|
version: '>=2.18.0',
|
|
- required: get_option('gtk2').enabled(),
|
|
+ required: get_option('gtk2'),
|
|
)
|
|
|
|
gtk2_x11_dep = dependency(
|