Enable sysprof profiling integration on most architectures
LP: #2077465
This commit is contained in:
1
debian/control
vendored
1
debian/control
vendored
@ -40,6 +40,7 @@ Build-Depends: adwaita-icon-theme (>= 45.0-4~) <!nocheck>,
|
||||
libjson-glib-dev:native,
|
||||
libpango1.0-dev (>= 1.44.0),
|
||||
librsvg2-common [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sparc64] <!nocheck>,
|
||||
libsysprof-capture-4-dev (>= 3.40.1) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4],
|
||||
libwayland-dev (>= 1.14.91) [linux-any],
|
||||
libx11-dev,
|
||||
libxcomposite-dev,
|
||||
|
||||
6
debian/rules
vendored
6
debian/rules
vendored
@ -98,6 +98,12 @@ else
|
||||
configure_flags_deb += -Dcolord=no
|
||||
endif
|
||||
|
||||
ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4,$(DEB_HOST_ARCH)))
|
||||
configure_flags_deb += -Dprofiler=true
|
||||
else
|
||||
configure_flags_deb += -Dprofiler=false
|
||||
endif
|
||||
|
||||
ifeq (linux,$(DEB_HOST_ARCH_OS))
|
||||
configure_flags_deb += -Dwayland_backend=true
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user