projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528e5cf
)
debian/rules: Enable sysprof support on Linux
author
Jeremy Bicha
<jbicha@debian.org>
Mon, 29 Nov 2021 23:07:33 +0000
(18:07 -0500)
committer
Jeremy Bicha
<jbicha@debian.org>
Mon, 29 Nov 2021 23:08:40 +0000
(18:08 -0500)
This was intended to be enabled with
e88558229
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 91d7cdabbd59c5eb398fa5be0addd9884b58cc9f..083a28ae4fcd514bf646a247e30423754d1d254b 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-91,6
+91,7
@@
configure_flags_deb += -Dcolord=disabled
endif
ifeq (linux,$(DEB_HOST_ARCH_OS))
+configure_flags_deb += -Dsysprof=enabled
configure_flags_deb += -Dwayland-backend=true
else
configure_flags_deb += -Dsysprof=disabled