Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wpewebkit/webkitgtk: Add a packageconfig option to control the pdfjs feature. #529

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clopez
Copy link
Contributor

@clopez clopez commented Jan 17, 2025

This feature adds around of 3MB to the binary size of libwebkit.so and is enabled by default on the upstream CMake configuration.

So disable it here by default meanwhile allowing users to optionally enable it with a PACKAGECONFIG entry.

…feature.

This feature adds around of 3MB to the binary size of libwebkit.so
and is enabled by default on the upstream CMake configuration.
So disable it here by default meanwhile allowing users to optionally
enable it with a PACKAGECONFIG entry.

Signed-off-by: Carlos Alberto Lopez Perez <[email protected]>
Copy link
Member

@aperezdc aperezdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patch LGTM.

Copy link
Member

@aperezdc aperezdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, wait a moment: we want PDF.js support enabled for the GTK port by default, and disabled for WPE...

Although one could argue that we may want to have it enabled by default for both to keep the same behaviour we had before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants