diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /config/system-headers.mozbuild | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config/system-headers.mozbuild')
-rw-r--r-- | config/system-headers.mozbuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/system-headers.mozbuild b/config/system-headers.mozbuild index d1808cc710..aa17660a10 100644 --- a/config/system-headers.mozbuild +++ b/config/system-headers.mozbuild @@ -412,6 +412,8 @@ system_headers = [ "LFocusBox.h", "LGrafPortView.h", "LHandleStream.h", + "libavutil/mem.h", + "libavutil/cpu.h", "libc_r.h", "libelf.h", "libelf/libelf.h", @@ -1366,3 +1368,8 @@ if CONFIG["OS_TARGET"] == "FreeBSD": if CONFIG["MOZ_APP_SYSTEM_HEADERS"]: include("../" + CONFIG["MOZ_BUILD_APP"] + "/app-system-headers.mozbuild") + +if CONFIG["MOZ_PERFETTO"]: + system_headers += [ + "sys/timerfd.h", + ] |