Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
5ad8ec03
Commit
5ad8ec03
authored
3 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
community/pulseaudio: an even more blunt meson 0.58 fix
parent
c38b6e3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/pulseaudio/APKBUILD
+1
-1
1 addition, 1 deletion
community/pulseaudio/APKBUILD
community/pulseaudio/meson-opt-doxygen.patch
+3
-3
3 additions, 3 deletions
community/pulseaudio/meson-opt-doxygen.patch
with
4 additions
and
4 deletions
community/pulseaudio/APKBUILD
+
1
−
1
View file @
5ad8ec03
...
...
@@ -261,7 +261,7 @@ sha512sums="
196338cbb26c542301b6d0579070dfbcc42e76dc17405f3e216af70519bec2003089b80c573a32d5f96bdab078631ca09ce89998ab7a0a8ffa26955a9bcb3c4a pulseaudio-14.2.tar.xz
2c31c5bc592e748248215f8f62f85687cfec230b05f65441e6dafa5fa77d4967e97636209b2011a4501ed1337ecd880b264baa175586fc85183a980846cb8146 link-libintl.patch
fffee2f95c86c5e53e5b668bcc67a6cb6a2c887c6880a0dbe598e8844c8e0eb3d0128a9b1fcbdd6155e309df10ae0009fd2abe928cef3b3f047ebe1d4c7bec97 0001-filter-apply-Look-for-filter-parameters-also-in-device-properties.patch
2
198e6ae1a935a6db474091d19303d31ff1204abcfa103701d9640d6d834ee0ca5a70efba15cf62834fa9ccc1267757fb60f9997153f0bc44eb821d317ed0b90
meson-opt-doxygen.patch
2
0525b78b4f701e8776b1da8e4aacf9ad83e2d3f78f5f3c3f59fb25fa9f76b44b30c30ffee63856ca00ac99b3ab010edd7556cf3c4b200f5f2dcd9172e64ed97
meson-opt-doxygen.patch
34fe54ece5df60ce63a7955cd828a2716670fef71f40960698ae5518fdaf9cd599f4d8f8852e2c88d715600a9ad06a38984415e5eb320071012e5eb6e5c1b8b1 pulseaudio.initd
75b54581591519d63a3362b155c0f9b0501a60763ab394693a456c44d0216138cf3a40bdd0f7442028663bc045e9ffee286f8f8eaf2ee3bb17379b43615fee0e pulseaudio.confd
"
This diff is collapsed.
Click to expand it.
community/pulseaudio/meson-opt-doxygen.patch
+
3
−
3
View file @
5ad8ec03
...
...
@@ -18,9 +18,9 @@ index 790778988..255c73a58 100644
# Subdirs
-subdir('doxygen')
+if get_option('doxygen')
+ subdir('doxygen')
+endif
+
#
if get_option('doxygen')
+
#
subdir('doxygen')
+
#
endif
subdir('po')
if get_option('man')
subdir('man')
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment