diff options
author | Eric Anholt <eric@anholt.net> | 2019-03-26 10:59:27 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2019-03-27 09:50:19 -0700 |
commit | 164a37eac2a5e7390f69ce152796df54e2f00d98 (patch) | |
tree | 52958e0ef02f32146ab94d41d18d08a546f63317 /hw/kdrive | |
parent | 29aed56ec72d2e95dba8975eb44f385a5f6ef1ff (diff) |
simple-xinit: Introduce an escaped "--" argument.
For testing xephyr-glamor on top of Xvfb in CI better, I want to be
able to make one command line describing the nested server invocation,
but that means I need to get two simple-xinits to split client/server
on different "--" arguments.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/ephyr/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/meson.build b/hw/kdrive/ephyr/meson.build index f8135e914..9e329ba67 100644 --- a/hw/kdrive/ephyr/meson.build +++ b/hw/kdrive/ephyr/meson.build @@ -38,7 +38,7 @@ if build_xv xephyr_dep += dependency('xcb-xv') endif -executable( +xephyr_server = executable( 'Xephyr', srcs, include_directories: [ |