Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
debs
WebKit
Commits
becc0072
Commit
becc0072
authored
May 18, 2020
by
Alberto Garcia
Browse files
Replace USER_AGENT_GTK_DISTRIBUTOR_NAME with USER_AGENT_BRANDING
parent
264d9eda
Changes
2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
becc0072
...
...
@@ -7,6 +7,9 @@ webkit2gtk (2.29.1-1) UNRELEASED; urgency=medium
*
debian
/
patches
/
dont
-
fallback
-
to
-
libwpe
.
patch
,
debian
/
patches
/
user
-
agent
-
branding
.
patch
:
+
Drop
these
patches
,
they
are
now
included
upstream
.
*
debian
/
rules
:
+
Replace
USER_AGENT_GTK_DISTRIBUTOR_NAME
with
the
new
USER_AGENT_BRANDING
build
option
in
Ubuntu
.
--
Alberto
Garcia
<
berto
@
igalia
.
com
>
Mon
,
18
May
2020
14
:
00
:
33
+
0200
...
...
debian/rules
View file @
becc0072
...
...
@@ -80,8 +80,7 @@ endif
# openjpeg2 is not in Ubuntu main yet https://launchpad.net/bugs/711061
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
EXTRA_CMAKE_ARGUMENTS += -DUSE_OPENJPEG=OFF
CPPFLAGS += -DUSER_AGENT_GTK_DISTRIBUTOR_NAME='"Ubuntu"'
EXTRA_CMAKE_ARGUMENTS += -DUSE_OPENJPEG=OFF -DUSER_AGENT_BRANDING="Ubuntu"
endif
# gstreamer1.0-libav is not in Ubuntu "main"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment