Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libtcg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton
libtcg
Commits
d4bb4432
Commit
d4bb4432
authored
2 years ago
by
Paolo Bonzini
Browse files
Options
Downloads
Patches
Plain Diff
regenerate meson-buildoptions.sh
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
1d8cf47e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/meson-buildoptions.sh
+3
-1
3 additions, 1 deletion
scripts/meson-buildoptions.sh
with
3 additions
and
1 deletion
scripts/meson-buildoptions.sh
+
3
−
1
View file @
d4bb4432
...
...
@@ -156,13 +156,13 @@ meson_options_help() {
printf
"%s
\n
"
' vhost-kernel vhost kernel backend support'
printf
"%s
\n
"
' vhost-net vhost-net kernel acceleration support'
printf
"%s
\n
"
' vhost-user vhost-user backend support'
printf
"%s
\n
"
' vmnet vmnet.framework network backend support'
printf
"%s
\n
"
' vhost-user-blk-server'
printf
"%s
\n
"
' build vhost-user-blk server'
printf
"%s
\n
"
' vhost-vdpa vhost-vdpa kernel backend support'
printf
"%s
\n
"
' virglrenderer virgl rendering support'
printf
"%s
\n
"
' virtfs virtio-9p support'
printf
"%s
\n
"
' virtiofsd build virtiofs daemon (virtiofsd)'
printf
"%s
\n
"
' vmnet vmnet.framework network backend support'
printf
"%s
\n
"
' vnc VNC server'
printf
"%s
\n
"
' vnc-jpeg JPEG lossy compression for VNC server'
printf
"%s
\n
"
' vnc-sasl SASL authentication for VNC server'
...
...
@@ -430,6 +430,8 @@ _meson_option_parse() {
--disable-virtfs
)
printf
"%s"
-Dvirtfs
=
disabled
;;
--enable-virtiofsd
)
printf
"%s"
-Dvirtiofsd
=
enabled
;;
--disable-virtiofsd
)
printf
"%s"
-Dvirtiofsd
=
disabled
;;
--enable-vmnet
)
printf
"%s"
-Dvmnet
=
enabled
;;
--disable-vmnet
)
printf
"%s"
-Dvmnet
=
disabled
;;
--enable-vnc
)
printf
"%s"
-Dvnc
=
enabled
;;
--disable-vnc
)
printf
"%s"
-Dvnc
=
disabled
;;
--enable-vnc-jpeg
)
printf
"%s"
-Dvnc_jpeg
=
enabled
;;
...
...
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