Add comment for gtk-update-icon-cache as suggested by smcv
This commit is contained in:
parent
e316967ba3
commit
a28fa9771f
1
debian/control
vendored
1
debian/control
vendored
@ -255,6 +255,7 @@ Description: GTK graphical user interface library -- gir bindings
|
||||
This package can be used by other packages using the GIRepository format to
|
||||
generate dynamic bindings.
|
||||
|
||||
# gtk-update-icon-cache is not built on release architectures. See debian/rules
|
||||
Package: gtk-update-icon-cache
|
||||
Section: misc
|
||||
Architecture: any
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -106,6 +106,8 @@ else
|
||||
configure_flags_deb += -Dprofiler=false
|
||||
endif
|
||||
|
||||
# We don't build gtk-update-icon-cache on release architectures (+ loong64) because we assume they get it from gtk4.
|
||||
# We still build it on -ports architectures (except loong64) because they don't build gtk4 reliably.
|
||||
ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64,$(DEB_HOST_ARCH)))
|
||||
dh_options += -Ngtk-update-icon-cache
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user