Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 905146 Details for
Bug 940745
gnome-base/gnome-control-center-46.4 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Re-add krb_dep only if kerberos is enabled and found
krb.patch (text/plain), 905 bytes, created by
Bernd Feige
on 2024-10-10 08:51:35 UTC
(
hide
)
Description:
Re-add krb_dep only if kerberos is enabled and found
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2024-10-10 08:51:35 UTC
Size:
905 bytes
patch
obsolete
>Index: gnome-control-center-46.4/panels/system/meson.build >=================================================================== >--- gnome-control-center-46.4.orig/panels/system/meson.build >+++ gnome-control-center-46.4/panels/system/meson.build >@@ -117,6 +117,10 @@ deps = common_deps + [ > udisks2, > ] > >+if enable_kerberos >+ deps += krb_dep >+endif >+ > if enable_ibus > deps += ibus_dep > endif >Index: gnome-control-center-46.4/meson.build >=================================================================== >--- gnome-control-center-46.4.orig/meson.build >+++ gnome-control-center-46.4/meson.build >@@ -342,6 +342,7 @@ config_h.set('BUILD_THUNDERBOLT', host_i > > # Kerberos support > krb_dep = dependency('krb5', required: get_option('kerberos')) >+enable_kerberos = krb_dep.found() > config_h.set('HAVE_KERBEROS', krb_dep.found(), > description: 'Define to 1 if kerberos support is available') >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 940745
:
904894
|
904895
|
904896
| 905146