Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
chromium.18118
chromium-117-system-zstd.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-117-system-zstd.patch of Package chromium.18118
From ae3ae3711784865bdc38bf119a6182a7b8dae91c Mon Sep 17 00:00:00 2001 From: Matt Jolly <Matt.Jolly@footclan.ninja> Date: Sun, 17 Sep 2023 16:51:42 +1000 Subject: [PATCH] Add system-zstd --- a/build/linux/unbundle/replace_gn_files.py +++ b/build/linux/unbundle/replace_gn_files.py @@ -74,6 +74,7 @@ REPLACEMENTS = { # 'woff2': 'third_party/woff2/BUILD.gn', 'zlib': 'third_party/zlib/BUILD.gn', + 'zstd': 'third_party/zstd/BUILD.gn', } --- /dev/null +++ b/build/linux/unbundle/zstd.gn @@ -0,0 +1,25 @@ +import("//build/config/linux/pkg_config.gni") +import("//build/shim_headers.gni") + +pkg_config("system_zstd") { + packages = [ "libzstd" ] +} + +shim_headers("zstd_shim") { + root_path = "src/lib" + headers = [ + "zdict.h", + "zstd.h", + "zstd_errors.h", + ] +} + +source_set("zstd") { + deps = [ ":zstd_shim" ] + public_configs = [ ":system_zstd" ] +} + +source_set("decompress") { + deps = [ ":zstd_shim" ] + public_configs = [ ":system_zstd" ] +} -- 2.42.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor