projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f5b12
)
Disable GStreamer for the udeb build
author
Simon McVittie
<smcv@debian.org>
Mon, 16 Aug 2021 08:12:34 +0000
(09:12 +0100)
committer
Simon McVittie
<smcv@debian.org>
Fri, 20 Aug 2021 10:13:46 +0000
(11:13 +0100)
Support for VP8 and VP9 is officially part of the GTK4 API, but it seems
OK to provide a reduced API in debian-installer.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 8f1a85a8b2049c8dd3c8893abc098ee604571bc8..3c8afbb571a57c1b953749e5d1ed069bd587d0ba 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-131,6
+131,7
@@
configure_flags_udeb = \
-Ddemos=false \
-Dbuild-tests=false \
-Dinstall-tests=false \
+ -Dmedia-gstreamer=disabled \
-Dwayland-backend=false \
-Dx11-backend=true \
$(NULL)